public static interface AttachInternetGatewayRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<AttachInternetGatewayRequest.Builder,AttachInternetGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
AttachInternetGatewayRequest.Builder |
internetGatewayId(String internetGatewayId)
The ID of the Internet gateway.
|
AttachInternetGatewayRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
copyapply, buildAttachInternetGatewayRequest.Builder internetGatewayId(String internetGatewayId)
The ID of the Internet gateway.
internetGatewayId - The ID of the Internet gateway.AttachInternetGatewayRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2017. All rights reserved.