Class VpcLinkReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.apigateway.VpcLinkReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VpcLinkReference>
- Enclosing interface:
VpcLinkReference
@Stability(Stable)
public static final class VpcLinkReference.Builder
extends Object
implements software.amazon.jsii.Builder<VpcLinkReference>
A builder for
VpcLinkReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofVpcLinkReference.getVpcLinkId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcLinkId
Sets the value ofVpcLinkReference.getVpcLinkId()- Parameters:
vpcLinkId- The VpcLinkId of the VpcLink resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VpcLinkReference>- Returns:
- a new instance of
VpcLinkReference - Throws:
NullPointerException- if any required attribute was not provided
-