public static interface InternetGatewayAttachment.Builder extends software.amazon.awssdk.utils.builder.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.
|
copyapply, buildInternetGatewayAttachment.Builder state(String state)
The current state of the attachment.
state - The current state of the attachment.AttachmentStatus,
AttachmentStatusInternetGatewayAttachment.Builder state(AttachmentStatus state)
The current state of the attachment.
state - The current state of the attachment.AttachmentStatus,
AttachmentStatusInternetGatewayAttachment.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2017. All rights reserved.