Class VpcEndpointAssociationReference.Builder
java.lang.Object
software.amazon.awscdk.services.networkfirewall.VpcEndpointAssociationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VpcEndpointAssociationReference>
- Enclosing interface:
VpcEndpointAssociationReference
@Stability(Stable)
public static final class VpcEndpointAssociationReference.Builder
extends Object
implements software.amazon.jsii.Builder<VpcEndpointAssociationReference>
A builder for
VpcEndpointAssociationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.vpcEndpointAssociationArn
(String vpcEndpointAssociationArn) Sets the value ofVpcEndpointAssociationReference.getVpcEndpointAssociationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcEndpointAssociationArn
@Stability(Stable) public VpcEndpointAssociationReference.Builder vpcEndpointAssociationArn(String vpcEndpointAssociationArn) Sets the value ofVpcEndpointAssociationReference.getVpcEndpointAssociationArn()
- Parameters:
vpcEndpointAssociationArn
- The VpcEndpointAssociationArn of the VpcEndpointAssociation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<VpcEndpointAssociationReference>
- Returns:
- a new instance of
VpcEndpointAssociationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-