public static final class CfnTransitGatewayRouteTableProps.Builder
extends java.lang.Object
CfnTransitGatewayRouteTableProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTransitGatewayRouteTableProps |
build()
Builds the configured instance.
|
CfnTransitGatewayRouteTableProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnTransitGatewayRouteTableProps.getTags() |
CfnTransitGatewayRouteTableProps.Builder |
transitGatewayId(java.lang.String transitGatewayId)
Sets the value of
CfnTransitGatewayRouteTableProps.getTransitGatewayId() |
public CfnTransitGatewayRouteTableProps.Builder transitGatewayId(java.lang.String transitGatewayId)
CfnTransitGatewayRouteTableProps.getTransitGatewayId()
transitGatewayId
- The ID of the transit gateway. This parameter is required.this
public CfnTransitGatewayRouteTableProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnTransitGatewayRouteTableProps.getTags()
tags
- Any tags assigned to the route table.this
public CfnTransitGatewayRouteTableProps build()
CfnTransitGatewayRouteTableProps
java.lang.NullPointerException
- if any required attribute was not provided