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