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)
Add an optional request override configuration.
|
CreateEgressOnlyInternetGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateEgressOnlyInternetGatewayRequest.Builder |
vpcId(String vpcId)
The ID of the VPC for which to create the egress-only internet gateway.
|
build
overrideConfiguration
copy
applyMutation, build
CreateEgressOnlyInternetGatewayRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateEgressOnlyInternetGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.