@Stability(value=Stable) public static final class CfnVpcAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnVpcAttachment>
CfnVpcAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnVpcAttachment |
build() |
CfnVpcAttachment.Builder |
coreNetworkId(String coreNetworkId)
The core network ID.
|
static CfnVpcAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVpcAttachment.Builder |
options(CfnVpcAttachment.VpcOptionsProperty options)
Options for creating the VPC attachment.
|
CfnVpcAttachment.Builder |
options(IResolvable options)
Options for creating the VPC attachment.
|
CfnVpcAttachment.Builder |
subnetArns(List<String> subnetArns)
The subnet ARNs.
|
CfnVpcAttachment.Builder |
tags(List<? extends CfnTag> tags)
The tags associated with the VPC attachment.
|
CfnVpcAttachment.Builder |
vpcArn(String vpcArn)
The ARN of the VPC attachment.
|
@Stability(value=Stable) public static CfnVpcAttachment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVpcAttachment.VpcOptionsProperty.Builder.@Stability(value=Stable) public CfnVpcAttachment.Builder coreNetworkId(String coreNetworkId)
coreNetworkId - The core network ID. This parameter is required.this@Stability(value=Stable) public CfnVpcAttachment.Builder options(CfnVpcAttachment.VpcOptionsProperty options)
options - Options for creating the VPC attachment. This parameter is required.this@Stability(value=Stable) public CfnVpcAttachment.Builder options(IResolvable options)
options - Options for creating the VPC attachment. This parameter is required.this@Stability(value=Stable) public CfnVpcAttachment.Builder subnetArns(List<String> subnetArns)
subnetArns - The subnet ARNs. This parameter is required.this@Stability(value=Stable) public CfnVpcAttachment.Builder tags(List<? extends CfnTag> tags)
tags - The tags associated with the VPC attachment. This parameter is required.this@Stability(value=Stable) public CfnVpcAttachment.Builder vpcArn(String vpcArn)
vpcArn - The ARN of the VPC attachment. This parameter is required.this@Stability(value=Stable) public CfnVpcAttachment build()
build in interface software.amazon.jsii.Builder<CfnVpcAttachment>Copyright © 2022. All rights reserved.