public static interface TransitGatewayRouteTable.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRouteTable.Builder,TransitGatewayRouteTable>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayRouteTable.Builder |
creationTime(Instant creationTime)
The creation time.
|
TransitGatewayRouteTable.Builder |
defaultAssociationRouteTable(Boolean defaultAssociationRouteTable)
Indicates whether this is the default association route table for the transit gateway.
|
TransitGatewayRouteTable.Builder |
defaultPropagationRouteTable(Boolean defaultPropagationRouteTable)
Indicates whether this is the default propagation route table for the transit gateway.
|
TransitGatewayRouteTable.Builder |
state(String state)
The state of the transit gateway route table.
|
TransitGatewayRouteTable.Builder |
state(TransitGatewayRouteTableState state)
The state of the transit gateway route table.
|
TransitGatewayRouteTable.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the route table.
|
TransitGatewayRouteTable.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the route table.
|
TransitGatewayRouteTable.Builder |
tags(Tag... tags)
Any tags assigned to the route table.
|
TransitGatewayRouteTable.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
TransitGatewayRouteTable.Builder |
transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
copyapplyMutation, buildTransitGatewayRouteTable.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId - The ID of the transit gateway route table.TransitGatewayRouteTable.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.TransitGatewayRouteTable.Builder state(String state)
The state of the transit gateway route table.
state - The state of the transit gateway route table.TransitGatewayRouteTableState,
TransitGatewayRouteTableStateTransitGatewayRouteTable.Builder state(TransitGatewayRouteTableState state)
The state of the transit gateway route table.
state - The state of the transit gateway route table.TransitGatewayRouteTableState,
TransitGatewayRouteTableStateTransitGatewayRouteTable.Builder defaultAssociationRouteTable(Boolean defaultAssociationRouteTable)
Indicates whether this is the default association route table for the transit gateway.
defaultAssociationRouteTable - Indicates whether this is the default association route table for the transit gateway.TransitGatewayRouteTable.Builder defaultPropagationRouteTable(Boolean defaultPropagationRouteTable)
Indicates whether this is the default propagation route table for the transit gateway.
defaultPropagationRouteTable - Indicates whether this is the default propagation route table for the transit gateway.TransitGatewayRouteTable.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.TransitGatewayRouteTable.Builder tags(Collection<Tag> tags)
Any tags assigned to the route table.
tags - Any tags assigned to the route table.TransitGatewayRouteTable.Builder tags(Tag... tags)
Any tags assigned to the route table.
tags - Any tags assigned to the route table.TransitGatewayRouteTable.Builder tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the route table.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.