public static interface AttachInternetGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AttachInternetGatewayRequest.Builder,AttachInternetGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
AttachInternetGatewayRequest.Builder |
internetGatewayId(String internetGatewayId)
The ID of the internet gateway.
|
AttachInternetGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachInternetGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachInternetGatewayRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachInternetGatewayRequest.Builder internetGatewayId(String internetGatewayId)
The ID of the internet gateway.
internetGatewayId - The ID of the internet gateway.AttachInternetGatewayRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.AttachInternetGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAttachInternetGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.