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, sdkFieldscopyapplyMutation, buildRouteTableAssociationState.Builder state(String state)
The state of the association.
state - The state of the association.RouteTableAssociationStateCode,
RouteTableAssociationStateCodeRouteTableAssociationState.Builder state(RouteTableAssociationStateCode state)
The state of the association.
state - The state of the association.RouteTableAssociationStateCode,
RouteTableAssociationStateCodeRouteTableAssociationState.Builder statusMessage(String statusMessage)
The status message, if applicable.
statusMessage - The status message, if applicable.Copyright © 2019. All rights reserved.