Interface RouteTableAssociationState.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteTableAssociationState.Builder,RouteTableAssociationState>
,SdkBuilder<RouteTableAssociationState.Builder,RouteTableAssociationState>
,SdkPojo
- Enclosing class:
- RouteTableAssociationState
public static interface RouteTableAssociationState.Builder extends SdkPojo, CopyableBuilder<RouteTableAssociationState.Builder,RouteTableAssociationState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteTableAssociationState.Builder
state(String state)
The state of the association.RouteTableAssociationState.Builder
state(RouteTableAssociationStateCode state)
The state of the association.RouteTableAssociationState.Builder
statusMessage(String statusMessage)
The status message, if applicable.-
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
-
state
RouteTableAssociationState.Builder state(String 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:
RouteTableAssociationStateCode
,RouteTableAssociationStateCode
-
state
RouteTableAssociationState.Builder state(RouteTableAssociationStateCode 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:
RouteTableAssociationStateCode
,RouteTableAssociationStateCode
-
statusMessage
RouteTableAssociationState.Builder statusMessage(String statusMessage)
The status message, if applicable.
- Parameters:
statusMessage
- The status message, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-