CopyableBuilder<CreateEgressOnlyInternetGatewayResponse.Builder,CreateEgressOnlyInternetGatewayResponse>
, SdkBuilder<CreateEgressOnlyInternetGatewayResponse.Builder,CreateEgressOnlyInternetGatewayResponse>
public static interface CreateEgressOnlyInternetGatewayResponse.Builder extends CopyableBuilder<CreateEgressOnlyInternetGatewayResponse.Builder,CreateEgressOnlyInternetGatewayResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
CreateEgressOnlyInternetGatewayResponse.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 Amazon Web Services, Inc. All Rights Reserved.