| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.association(Consumer<TransitGatewayAttachmentAssociation.Builder> association)
The association.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.association(TransitGatewayAttachmentAssociation association)
The association.
|
static TransitGatewayAttachment.Builder |
TransitGatewayAttachment.builder() |
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.creationTime(Instant creationTime)
The creation time.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.resourceId(String resourceId)
The ID of the resource.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.resourceOwnerId(String resourceOwnerId)
The ID of the AWS account that owns the resource.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.resourceType(String resourceType)
The resource type.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.state(String state)
The attachment state.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.state(TransitGatewayAttachmentState state)
The attachment state.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.tags(Collection<Tag> tags)
The tags for the attachment.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for the attachment.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.tags(Tag... tags)
The tags for the attachment.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.toBuilder() |
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
TransitGatewayAttachment.Builder |
TransitGatewayAttachment.Builder.transitGatewayOwnerId(String transitGatewayOwnerId)
The ID of the AWS account that owns the transit gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayAttachment.Builder> |
TransitGatewayAttachment.serializableBuilderClass() |
Copyright © 2021. All rights reserved.