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