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