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, sdkFieldscopyapplyMutation, 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. Note that the tgw-peering resource type has been deprecated.
resourceType - The resource type. Note that the tgw-peering resource type has been deprecated.TransitGatewayAttachmentResourceType,
TransitGatewayAttachmentResourceTypeTransitGatewayAssociation.Builder resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type. Note that the tgw-peering resource type has been deprecated.
resourceType - The resource type. Note that the tgw-peering resource type has been deprecated.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 © 2022. All rights reserved.