| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcAttachment.Builder |
VpcAttachment.builder() |
VpcAttachment.Builder |
VpcAttachment.Builder.state(AttachmentStatus state)
The current state of the attachment.
|
VpcAttachment.Builder |
VpcAttachment.Builder.state(String state)
The current state of the attachment.
|
VpcAttachment.Builder |
VpcAttachment.toBuilder() |
VpcAttachment.Builder |
VpcAttachment.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcAttachment.Builder> |
VpcAttachment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AttachVpnGatewayResponse.Builder |
AttachVpnGatewayResponse.Builder.vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)
Information about the attachment.
|
Copyright © 2020. All rights reserved.