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