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