public static interface TransitGatewayPropagation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayPropagation.Builder,TransitGatewayPropagation>
Modifier and Type | Method and Description |
---|---|
TransitGatewayPropagation.Builder |
resourceId(String resourceId)
The ID of the resource.
|
TransitGatewayPropagation.Builder |
resourceType(String resourceType)
The resource type.
|
TransitGatewayPropagation.Builder |
resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayPropagation.Builder |
state(String state)
The state.
|
TransitGatewayPropagation.Builder |
state(TransitGatewayPropagationState state)
The state.
|
TransitGatewayPropagation.Builder |
transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
TransitGatewayPropagation.Builder |
transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransitGatewayPropagation.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId
- The ID of the attachment.TransitGatewayPropagation.Builder resourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.TransitGatewayPropagation.Builder resourceType(String resourceType)
The resource type.
resourceType
- The resource type.TransitGatewayAttachmentResourceType
,
TransitGatewayAttachmentResourceType
TransitGatewayPropagation.Builder resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
resourceType
- The resource type.TransitGatewayAttachmentResourceType
,
TransitGatewayAttachmentResourceType
TransitGatewayPropagation.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId
- The ID of the transit gateway route table.TransitGatewayPropagation.Builder state(String state)
The state.
state
- The state.TransitGatewayPropagationState
,
TransitGatewayPropagationState
TransitGatewayPropagation.Builder state(TransitGatewayPropagationState state)
The state.
state
- The state.TransitGatewayPropagationState
,
TransitGatewayPropagationState
Copyright © 2020. All rights reserved.