public static interface TransitGatewayAttachmentPropagation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayAttachmentPropagation.Builder,TransitGatewayAttachmentPropagation>
Modifier and Type | Method and Description |
---|---|
TransitGatewayAttachmentPropagation.Builder |
state(String state)
The state of the propagation route table.
|
TransitGatewayAttachmentPropagation.Builder |
state(TransitGatewayPropagationState state)
The state of the propagation route table.
|
TransitGatewayAttachmentPropagation.Builder |
transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransitGatewayAttachmentPropagation.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
transitGatewayRouteTableId
- The ID of the propagation route table.TransitGatewayAttachmentPropagation.Builder state(String state)
The state of the propagation route table.
state
- The state of the propagation route table.TransitGatewayPropagationState
,
TransitGatewayPropagationState
TransitGatewayAttachmentPropagation.Builder state(TransitGatewayPropagationState state)
The state of the propagation route table.
state
- The state of the propagation route table.TransitGatewayPropagationState
,
TransitGatewayPropagationState
Copyright © 2020. All rights reserved.