public static interface VpcAttachment.Builder extends CopyableBuilder<VpcAttachment.Builder,VpcAttachment>
| Modifier and Type | Method and Description |
|---|---|
VpcAttachment.Builder |
state(AttachmentStatus state)
The current state of the attachment.
|
VpcAttachment.Builder |
state(String state)
The current state of the attachment.
|
VpcAttachment.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
copyapply, buildVpcAttachment.Builder state(String state)
The current state of the attachment.
state - The current state of the attachment.AttachmentStatus,
AttachmentStatusVpcAttachment.Builder state(AttachmentStatus state)
The current state of the attachment.
state - The current state of the attachment.AttachmentStatus,
AttachmentStatusVpcAttachment.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.