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