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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayAttachmentPropagation.Builderstate(String state)The state of the propagation route table.TransitGatewayAttachmentPropagation.Builderstate(TransitGatewayPropagationState state)The state of the propagation route table.TransitGatewayAttachmentPropagation.BuildertransitGatewayRouteTableId(String transitGatewayRouteTableId)The ID of the propagation route table.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
TransitGatewayAttachmentPropagation.Builder state(String 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:
TransitGatewayPropagationState,TransitGatewayPropagationState
-
state
TransitGatewayAttachmentPropagation.Builder state(TransitGatewayPropagationState 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:
TransitGatewayPropagationState,TransitGatewayPropagationState
-
-