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