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.
|
copyapplyMutation, buildTransitGatewayAssociation.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,
TransitGatewayAttachmentResourceTypeTransitGatewayAssociation.Builder resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
resourceType - The resource type.TransitGatewayAttachmentResourceType,
TransitGatewayAttachmentResourceTypeTransitGatewayAssociation.Builder state(String state)
The state of the association.
state - The state of the association.TransitGatewayAssociationState,
TransitGatewayAssociationStateTransitGatewayAssociation.Builder state(TransitGatewayAssociationState state)
The state of the association.
state - The state of the association.TransitGatewayAssociationState,
TransitGatewayAssociationStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.