Interface TransitGatewayAttachmentPropagation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayAttachmentPropagation.Builder,,TransitGatewayAttachmentPropagation> SdkBuilder<TransitGatewayAttachmentPropagation.Builder,,TransitGatewayAttachmentPropagation> SdkPojo
- Enclosing class:
TransitGatewayAttachmentPropagation
public static interface TransitGatewayAttachmentPropagation.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayAttachmentPropagation.Builder,TransitGatewayAttachmentPropagation>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of the propagation route table.The state of the propagation route table.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the propagation route table.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, sdkFields
-
Method Details
-
transitGatewayRouteTableId
TransitGatewayAttachmentPropagation.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the propagation route table.
- Parameters:
transitGatewayRouteTableId- The ID of the propagation route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the propagation route table.
- Parameters:
state- The state of the propagation route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the propagation route table.
- Parameters:
state- The state of the propagation route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-