public static interface TransitGatewayAttachmentAssociation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayAttachmentAssociation.Builder,TransitGatewayAttachmentAssociation>
Modifier and Type | Method and Description |
---|---|
TransitGatewayAttachmentAssociation.Builder |
state(String state)
The state of the association.
|
TransitGatewayAttachmentAssociation.Builder |
state(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayAttachmentAssociation.Builder |
transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransitGatewayAttachmentAssociation.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
transitGatewayRouteTableId
- The ID of the route table for the transit gateway.TransitGatewayAttachmentAssociation.Builder state(String state)
The state of the association.
state
- The state of the association.TransitGatewayAssociationState
,
TransitGatewayAssociationState
TransitGatewayAttachmentAssociation.Builder state(TransitGatewayAssociationState state)
The state of the association.
state
- The state of the association.TransitGatewayAssociationState
,
TransitGatewayAssociationState
Copyright © 2020. All rights reserved.