public static interface AttachVpnGatewayRequest.Builder extends Ec2Request.Builder, CopyableBuilder<AttachVpnGatewayRequest.Builder,AttachVpnGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
AttachVpnGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AttachVpnGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AttachVpnGatewayRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
AttachVpnGatewayRequest.Builder |
vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
buildoverrideConfigurationcopyapplyMutation, buildAttachVpnGatewayRequest.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.AttachVpnGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AttachVpnGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.