public static interface CreateEgressOnlyInternetGatewayResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateEgressOnlyInternetGatewayResponse.Builder,CreateEgressOnlyInternetGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEgressOnlyInternetGatewayResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateEgressOnlyInternetGatewayResponse.Builder |
egressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
|
copyapply, buildCreateEgressOnlyInternetGatewayResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateEgressOnlyInternetGatewayResponse.Builder egressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
egressOnlyInternetGateway - Information about the egress-only Internet gateway.Copyright © 2017. All rights reserved.