Interface TransitGatewayAttachmentAssociation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayAttachmentAssociation.Builder,,TransitGatewayAttachmentAssociation> SdkBuilder<TransitGatewayAttachmentAssociation.Builder,,TransitGatewayAttachmentAssociation> SdkPojo
- Enclosing class:
TransitGatewayAttachmentAssociation
@Mutable
@NotThreadSafe
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.transitGatewayPolicyTableId(String transitGatewayPolicyTableId) The ID of the transit gateway policy table associated with the attachment.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the route table for the transit gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-
transitGatewayPolicyTableId
TransitGatewayAttachmentAssociation.Builder transitGatewayPolicyTableId(String transitGatewayPolicyTableId) The ID of the transit gateway policy table associated with the attachment.
- Parameters:
transitGatewayPolicyTableId- The ID of the transit gateway policy table associated with the attachment.- 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:
-