@Stability(value=Stable) public static final class CfnVpcAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVpcAttachmentProps>
CfnVpcAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVpcAttachmentProps |
build()
Builds the configured instance.
|
CfnVpcAttachmentProps.Builder |
coreNetworkId(String coreNetworkId)
Sets the value of
CfnVpcAttachmentProps.getCoreNetworkId() |
CfnVpcAttachmentProps.Builder |
options(CfnVpcAttachment.VpcOptionsProperty options)
Sets the value of
CfnVpcAttachmentProps.getOptions() |
CfnVpcAttachmentProps.Builder |
options(IResolvable options)
Sets the value of
CfnVpcAttachmentProps.getOptions() |
CfnVpcAttachmentProps.Builder |
subnetArns(List<String> subnetArns)
Sets the value of
CfnVpcAttachmentProps.getSubnetArns() |
CfnVpcAttachmentProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVpcAttachmentProps.getTags() |
CfnVpcAttachmentProps.Builder |
vpcArn(String vpcArn)
Sets the value of
CfnVpcAttachmentProps.getVpcArn() |
@Stability(value=Stable) public CfnVpcAttachmentProps.Builder coreNetworkId(String coreNetworkId)
CfnVpcAttachmentProps.getCoreNetworkId()coreNetworkId - The core network ID.this@Stability(value=Stable) public CfnVpcAttachmentProps.Builder options(CfnVpcAttachment.VpcOptionsProperty options)
CfnVpcAttachmentProps.getOptions()options - Options for creating the VPC attachment.this@Stability(value=Stable) public CfnVpcAttachmentProps.Builder options(IResolvable options)
CfnVpcAttachmentProps.getOptions()options - Options for creating the VPC attachment.this@Stability(value=Stable) public CfnVpcAttachmentProps.Builder subnetArns(List<String> subnetArns)
CfnVpcAttachmentProps.getSubnetArns()subnetArns - The subnet ARNs.this@Stability(value=Stable) public CfnVpcAttachmentProps.Builder tags(List<? extends CfnTag> tags)
CfnVpcAttachmentProps.getTags()tags - The tags associated with the VPC attachment.this@Stability(value=Stable) public CfnVpcAttachmentProps.Builder vpcArn(String vpcArn)
CfnVpcAttachmentProps.getVpcArn()vpcArn - The ARN of the VPC attachment.this@Stability(value=Stable) public CfnVpcAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnVpcAttachmentProps>CfnVpcAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.