Interface TransitGatewayAttachmentAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransitGatewayAttachmentAssociation.Builder,
,TransitGatewayAttachmentAssociation> SdkBuilder<TransitGatewayAttachmentAssociation.Builder,
,TransitGatewayAttachmentAssociation> SdkPojo
- Enclosing class:
TransitGatewayAttachmentAssociation
public static interface TransitGatewayAttachmentAssociation.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayAttachmentAssociation.Builder,TransitGatewayAttachmentAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of the association.The state of the association.transitGatewayRouteTableId
(String transitGatewayRouteTableId) The ID of the route table for the transit gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
transitGatewayRouteTableId
TransitGatewayAttachmentAssociation.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the route table for the transit gateway.
- Parameters:
transitGatewayRouteTableId
- The ID of the route table for the transit gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the association.
- Parameters:
state
- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the association.
- Parameters:
state
- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-