CopyableBuilder<AttachVpnGatewayRequest.Builder,AttachVpnGatewayRequest>
, SdkBuilder<AttachVpnGatewayRequest.Builder,AttachVpnGatewayRequest>
public static interface AttachVpnGatewayRequest.Builder extends CopyableBuilder<AttachVpnGatewayRequest.Builder,AttachVpnGatewayRequest>
Modifier and Type | Method | Description |
---|---|---|
AttachVpnGatewayRequest.Builder |
vpcId(String vpcId) |
The ID of the VPC.
|
AttachVpnGatewayRequest.Builder |
vpnGatewayId(String vpnGatewayId) |
The ID of the virtual private gateway.
|
copy
apply, build
AttachVpnGatewayRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.AttachVpnGatewayRequest.Builder vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
vpnGatewayId
- The ID of the virtual private gateway.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.