public static interface TransitGatewayPolicyTable.Builder extends SdkPojo, CopyableBuilder<TransitGatewayPolicyTable.Builder,TransitGatewayPolicyTable>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayPolicyTable.Builder |
creationTime(Instant creationTime)
The timestamp when the transit gateway policy table was created.
|
TransitGatewayPolicyTable.Builder |
state(String state)
The state of the transit gateway policy table
|
TransitGatewayPolicyTable.Builder |
state(TransitGatewayPolicyTableState state)
The state of the transit gateway policy table
|
TransitGatewayPolicyTable.Builder |
tags(Collection<Tag> tags)
he key-value pairs associated with the transit gateway policy table.
|
TransitGatewayPolicyTable.Builder |
tags(Consumer<Tag.Builder>... tags)
he key-value pairs associated with the transit gateway policy table.
|
TransitGatewayPolicyTable.Builder |
tags(Tag... tags)
he key-value pairs associated with the transit gateway policy table.
|
TransitGatewayPolicyTable.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
TransitGatewayPolicyTable.Builder |
transitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransitGatewayPolicyTable.Builder transitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
transitGatewayPolicyTableId - The ID of the transit gateway policy table.TransitGatewayPolicyTable.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.TransitGatewayPolicyTable.Builder state(String state)
The state of the transit gateway policy table
state - The state of the transit gateway policy tableTransitGatewayPolicyTableState,
TransitGatewayPolicyTableStateTransitGatewayPolicyTable.Builder state(TransitGatewayPolicyTableState state)
The state of the transit gateway policy table
state - The state of the transit gateway policy tableTransitGatewayPolicyTableState,
TransitGatewayPolicyTableStateTransitGatewayPolicyTable.Builder creationTime(Instant creationTime)
The timestamp when the transit gateway policy table was created.
creationTime - The timestamp when the transit gateway policy table was created.TransitGatewayPolicyTable.Builder tags(Collection<Tag> tags)
he key-value pairs associated with the transit gateway policy table.
tags - he key-value pairs associated with the transit gateway policy table.TransitGatewayPolicyTable.Builder tags(Tag... tags)
he key-value pairs associated with the transit gateway policy table.
tags - he key-value pairs associated with the transit gateway policy table.TransitGatewayPolicyTable.Builder tags(Consumer<Tag.Builder>... tags)
he key-value pairs associated with the transit gateway policy 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 © 2022. All rights reserved.