public static interface AttachVpnGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AttachVpnGatewayRequest.Builder,AttachVpnGatewayRequest>
Modifier and Type | Method and Description |
---|---|
AttachVpnGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachVpnGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachVpnGatewayRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
AttachVpnGatewayRequest.Builder |
vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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.AttachVpnGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AttachVpnGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.