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