Class CfnVpcIngressConnectionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnVpcIngressConnectionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVpcIngressConnectionMixinProps>
- Enclosing interface:
CfnVpcIngressConnectionMixinProps
@Stability(Stable)
public static final class CfnVpcIngressConnectionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVpcIngressConnectionMixinProps>
A builder for
CfnVpcIngressConnectionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ingressVpcConfiguration(CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty ingressVpcConfiguration) Sets the value ofCfnVpcIngressConnectionMixinProps.getIngressVpcConfiguration()ingressVpcConfiguration(IResolvable ingressVpcConfiguration) Sets the value ofCfnVpcIngressConnectionMixinProps.getIngressVpcConfiguration()serviceArn(String serviceArn) Sets the value ofCfnVpcIngressConnectionMixinProps.getServiceArn()Sets the value ofCfnVpcIngressConnectionMixinProps.getTags()vpcIngressConnectionName(String vpcIngressConnectionName) Sets the value ofCfnVpcIngressConnectionMixinProps.getVpcIngressConnectionName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ingressVpcConfiguration
@Stability(Stable) public CfnVpcIngressConnectionMixinProps.Builder ingressVpcConfiguration(IResolvable ingressVpcConfiguration) Sets the value ofCfnVpcIngressConnectionMixinProps.getIngressVpcConfiguration()- Parameters:
ingressVpcConfiguration- Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.- Returns:
this
-
ingressVpcConfiguration
@Stability(Stable) public CfnVpcIngressConnectionMixinProps.Builder ingressVpcConfiguration(CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty ingressVpcConfiguration) Sets the value ofCfnVpcIngressConnectionMixinProps.getIngressVpcConfiguration()- Parameters:
ingressVpcConfiguration- Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.- Returns:
this
-
serviceArn
Sets the value ofCfnVpcIngressConnectionMixinProps.getServiceArn()- Parameters:
serviceArn- The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.- Returns:
this
-
tags
@Stability(Stable) public CfnVpcIngressConnectionMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnVpcIngressConnectionMixinProps.getTags()- Parameters:
tags- An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.- Returns:
this
-
vpcIngressConnectionName
@Stability(Stable) public CfnVpcIngressConnectionMixinProps.Builder vpcIngressConnectionName(String vpcIngressConnectionName) Sets the value ofCfnVpcIngressConnectionMixinProps.getVpcIngressConnectionName()- Parameters:
vpcIngressConnectionName- The customer-provided VPC Ingress Connection name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVpcIngressConnectionMixinProps>- Returns:
- a new instance of
CfnVpcIngressConnectionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-