public static interface RouteTableAssociationState.Builder extends SdkPojo, CopyableBuilder<RouteTableAssociationState.Builder,RouteTableAssociationState>
Modifier and Type | Method and Description |
---|---|
RouteTableAssociationState.Builder |
state(RouteTableAssociationStateCode state)
The state of the association.
|
RouteTableAssociationState.Builder |
state(String state)
The state of the association.
|
RouteTableAssociationState.Builder |
statusMessage(String statusMessage)
The status message, if applicable.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RouteTableAssociationState.Builder state(String state)
The state of the association.
state
- The state of the association.RouteTableAssociationStateCode
,
RouteTableAssociationStateCode
RouteTableAssociationState.Builder state(RouteTableAssociationStateCode state)
The state of the association.
state
- The state of the association.RouteTableAssociationStateCode
,
RouteTableAssociationStateCode
RouteTableAssociationState.Builder statusMessage(String statusMessage)
The status message, if applicable.
statusMessage
- The status message, if applicable.Copyright © 2022. All rights reserved.