| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayAttachmentAssociation.Builder |
TransitGatewayAttachmentAssociation.builder() |
TransitGatewayAttachmentAssociation.Builder |
TransitGatewayAttachmentAssociation.Builder.state(String state)
The state of the association.
|
TransitGatewayAttachmentAssociation.Builder |
TransitGatewayAttachmentAssociation.Builder.state(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayAttachmentAssociation.Builder |
TransitGatewayAttachmentAssociation.toBuilder() |
TransitGatewayAttachmentAssociation.Builder |
TransitGatewayAttachmentAssociation.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayAttachmentAssociation.Builder> |
TransitGatewayAttachmentAssociation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.association(Consumer<TransitGatewayAttachmentAssociation.Builder> association)
The association.
|
Copyright © 2022. All rights reserved.