| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.builder() |
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.creationTime(Instant creationTime)
The creation time.
|
default TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.options(Consumer<TransitGatewayVpcAttachmentOptions.Builder> options)
The VPC attachment options.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.options(TransitGatewayVpcAttachmentOptions options)
The VPC attachment options.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.state(String state)
The state of the VPC attachment.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.state(TransitGatewayAttachmentState state)
The state of the VPC attachment.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.subnetIds(Collection<String> subnetIds)
The IDs of the subnets.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.subnetIds(String... subnetIds)
The IDs of the subnets.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.tags(Collection<Tag> tags)
The tags for the VPC attachment.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for the VPC attachment.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.tags(Tag... tags)
The tags for the VPC attachment.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.toBuilder() |
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.vpcId(String vpcId)
The ID of the VPC.
|
TransitGatewayVpcAttachment.Builder |
TransitGatewayVpcAttachment.Builder.vpcOwnerId(String vpcOwnerId)
The ID of the AWS account that owns the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayVpcAttachment.Builder> |
TransitGatewayVpcAttachment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RejectTransitGatewayVpcAttachmentResponse.Builder |
RejectTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the attachment.
|
default AcceptTransitGatewayVpcAttachmentResponse.Builder |
AcceptTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
The VPC attachment.
|
default DeleteTransitGatewayVpcAttachmentResponse.Builder |
DeleteTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the deleted VPC attachment.
|
default ModifyTransitGatewayVpcAttachmentResponse.Builder |
ModifyTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the modified attachment.
|
default CreateTransitGatewayVpcAttachmentResponse.Builder |
CreateTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the VPC attachment.
|
Copyright © 2021. All rights reserved.