Interface TransitGatewayAttachmentPropagation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TransitGatewayAttachmentPropagation.Builder,,- TransitGatewayAttachmentPropagation> - SdkBuilder<TransitGatewayAttachmentPropagation.Builder,,- TransitGatewayAttachmentPropagation> - SdkPojo
- Enclosing class:
- TransitGatewayAttachmentPropagation
@Mutable
@NotThreadSafe
public static interface TransitGatewayAttachmentPropagation.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayAttachmentPropagation.Builder,TransitGatewayAttachmentPropagation> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
transitGatewayRouteTableIdTransitGatewayAttachmentPropagation.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.
 
- 
stateThe 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:
 
- 
stateThe 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:
 
 
-