CopyableBuilder<CreateEgressOnlyInternetGatewayRequest.Builder,CreateEgressOnlyInternetGatewayRequest>, SdkBuilder<CreateEgressOnlyInternetGatewayRequest.Builder,CreateEgressOnlyInternetGatewayRequest>public static interface CreateEgressOnlyInternetGatewayRequest.Builder extends CopyableBuilder<CreateEgressOnlyInternetGatewayRequest.Builder,CreateEgressOnlyInternetGatewayRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateEgressOnlyInternetGatewayRequest.Builder |
clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateEgressOnlyInternetGatewayRequest.Builder |
vpcId(String vpcId) |
The ID of the VPC for which to create the egress-only Internet gateway.
|
copyapply, buildCreateEgressOnlyInternetGatewayRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.