@Stability(value=Stable) public static final class CfnTransitGatewayVpcAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayVpcAttachmentProps>
CfnTransitGatewayVpcAttachmentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps.Builder subnetIds(List<String> subnetIds)
CfnTransitGatewayVpcAttachmentProps.getSubnetIds()subnetIds - The IDs of the subnets. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps.Builder transitGatewayId(String transitGatewayId)
CfnTransitGatewayVpcAttachmentProps.getTransitGatewayId()transitGatewayId - The ID of the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps.Builder vpcId(String vpcId)
CfnTransitGatewayVpcAttachmentProps.getVpcId()vpcId - The ID of the VPC. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps.Builder addSubnetIds(List<String> addSubnetIds)
CfnTransitGatewayVpcAttachmentProps.getAddSubnetIds()addSubnetIds - The IDs of one or more subnets to add.
You can specify at most one subnet per Availability Zone.this@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps.Builder options(Object options)
CfnTransitGatewayVpcAttachmentProps.getOptions()options - The VPC attachment options in JSON or YAML.
this@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps.Builder removeSubnetIds(List<String> removeSubnetIds)
CfnTransitGatewayVpcAttachmentProps.getRemoveSubnetIds()removeSubnetIds - The IDs of one or more subnets to remove.this@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps.Builder tags(List<? extends CfnTag> tags)
CfnTransitGatewayVpcAttachmentProps.getTags()tags - The tags for the VPC attachment.this@Stability(value=Stable) public CfnTransitGatewayVpcAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayVpcAttachmentProps>CfnTransitGatewayVpcAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.