public static interface CreateEgressOnlyInternetGatewayRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.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) |
CreateEgressOnlyInternetGatewayRequest.Builder |
vpcId(String vpcId)
The ID of the VPC for which to create the egress-only Internet gateway.
|
buildrequestOverrideConfig, requestOverrideConfigCreateEgressOnlyInternetGatewayRequest.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)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.