public static interface CreateEgressOnlyInternetGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateEgressOnlyInternetGatewayRequest.Builder,CreateEgressOnlyInternetGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEgressOnlyInternetGatewayRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateEgressOnlyInternetGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEgressOnlyInternetGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEgressOnlyInternetGatewayRequest.Builder |
vpcId(String vpcId)
The ID of the VPC for which to create the egress-only internet gateway.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEgressOnlyInternetGatewayRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.CreateEgressOnlyInternetGatewayRequest.Builder vpcId(String vpcId)
The ID of the VPC for which to create the egress-only internet gateway.
vpcId - The ID of the VPC for which to create the egress-only internet gateway.CreateEgressOnlyInternetGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEgressOnlyInternetGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.