public static interface CreateEgressOnlyInternetGatewayRequest.Builder extends EC2Request.Builder, CopyableBuilder<CreateEgressOnlyInternetGatewayRequest.Builder,CreateEgressOnlyInternetGatewayRequest>
Modifier and Type | Method and Description |
---|---|
CreateEgressOnlyInternetGatewayRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateEgressOnlyInternetGatewayRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
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
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateEgressOnlyInternetGatewayRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.