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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.