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