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