public static interface TransitGatewayRouteTableAssociation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRouteTableAssociation.Builder,TransitGatewayRouteTableAssociation>
Modifier and Type | Method and Description |
---|---|
TransitGatewayRouteTableAssociation.Builder |
resourceId(String resourceId)
The ID of the resource.
|
TransitGatewayRouteTableAssociation.Builder |
resourceType(String resourceType)
The resource type.
|
TransitGatewayRouteTableAssociation.Builder |
resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayRouteTableAssociation.Builder |
state(String state)
The state of the association.
|
TransitGatewayRouteTableAssociation.Builder |
state(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayRouteTableAssociation.Builder |
transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransitGatewayRouteTableAssociation.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId
- The ID of the attachment.TransitGatewayRouteTableAssociation.Builder resourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.TransitGatewayRouteTableAssociation.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
,
TransitGatewayAttachmentResourceType
TransitGatewayRouteTableAssociation.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
,
TransitGatewayAttachmentResourceType
TransitGatewayRouteTableAssociation.Builder state(String state)
The state of the association.
state
- The state of the association.TransitGatewayAssociationState
,
TransitGatewayAssociationState
TransitGatewayRouteTableAssociation.Builder state(TransitGatewayAssociationState state)
The state of the association.
state
- The state of the association.TransitGatewayAssociationState
,
TransitGatewayAssociationState
Copyright © 2022. All rights reserved.