Class CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty>
- Enclosing interface:
CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty
@Stability(Stable)
public static final class CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcEndpointId(String vpcEndpointId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcEndpointId
@Stability(Stable) public CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty.Builder vpcEndpointId(String vpcEndpointId) Sets the value ofCfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty.getVpcEndpointId()- Parameters:
vpcEndpointId- The ID of the VPC endpoint that your App Runner service connects to.- Returns:
this
-
vpcId
@Stability(Stable) public CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty.Builder vpcId(String vpcId) - Parameters:
vpcId- The ID of the VPC that is used for the VPC endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty>- Returns:
- a new instance of
CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-