public static interface InternetGatewayAttachment.Builder extends SdkPojo, 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.
|
copyapplyMutation, buildInternetGatewayAttachment.Builder state(String state)
The current state of the attachment. For an internet gateway, the state is available when
attached to a VPC; otherwise, this value is not returned.
state - The current state of the attachment. For an internet gateway, the state is available when
attached to a VPC; otherwise, this value is not returned.AttachmentStatus,
AttachmentStatusInternetGatewayAttachment.Builder state(AttachmentStatus state)
The current state of the attachment. For an internet gateway, the state is available when
attached to a VPC; otherwise, this value is not returned.
state - The current state of the attachment. For an internet gateway, the state is available when
attached to a VPC; otherwise, this value is not returned.AttachmentStatus,
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.