Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.builder() |
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.resourceId(String resourceId)
The resource ID of the transit gateway attachment.
|
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.resourceType(String resourceType)
The resource type for the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type for the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.state(String state)
The state of the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.state(TransitGatewayAssociationState state)
The state of the transit gateway policy table association.
|
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.toBuilder() |
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
|
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.transitGatewayPolicyTableId(String transitGatewayPolicyTableId)
The ID of the transit gateway policy table.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends TransitGatewayPolicyTableAssociation.Builder> |
TransitGatewayPolicyTableAssociation.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DisassociateTransitGatewayPolicyTableResponse.Builder |
DisassociateTransitGatewayPolicyTableResponse.Builder.association(Consumer<TransitGatewayPolicyTableAssociation.Builder> association)
Returns details about the transit gateway policy table disassociation.
|
default AssociateTransitGatewayPolicyTableResponse.Builder |
AssociateTransitGatewayPolicyTableResponse.Builder.association(Consumer<TransitGatewayPolicyTableAssociation.Builder> association)
Describes the association of a transit gateway and a transit gateway policy table.
|
Copyright © 2022. All rights reserved.