@Stability(value=Stable) public static final class CfnTransitGatewayAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayAttachmentProps>
CfnTransitGatewayAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTransitGatewayAttachmentProps |
build()
Builds the configured instance.
|
CfnTransitGatewayAttachmentProps.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnTransitGatewayAttachmentProps.getSubnetIds() |
CfnTransitGatewayAttachmentProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnTransitGatewayAttachmentProps.getTags() |
CfnTransitGatewayAttachmentProps.Builder |
transitGatewayId(String transitGatewayId)
Sets the value of
CfnTransitGatewayAttachmentProps.getTransitGatewayId() |
CfnTransitGatewayAttachmentProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnTransitGatewayAttachmentProps.getVpcId() |
@Stability(value=Stable) public CfnTransitGatewayAttachmentProps.Builder subnetIds(List<String> subnetIds)
CfnTransitGatewayAttachmentProps.getSubnetIds()subnetIds - `AWS::EC2::TransitGatewayAttachment.SubnetIds`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayAttachmentProps.Builder transitGatewayId(String transitGatewayId)
CfnTransitGatewayAttachmentProps.getTransitGatewayId()transitGatewayId - `AWS::EC2::TransitGatewayAttachment.TransitGatewayId`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayAttachmentProps.Builder vpcId(String vpcId)
CfnTransitGatewayAttachmentProps.getVpcId()vpcId - `AWS::EC2::TransitGatewayAttachment.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayAttachmentProps.Builder tags(List<? extends CfnTag> tags)
CfnTransitGatewayAttachmentProps.getTags()tags - `AWS::EC2::TransitGatewayAttachment.Tags`.this@Stability(value=Stable) public CfnTransitGatewayAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayAttachmentProps>CfnTransitGatewayAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.