public static interface CreateEgressOnlyInternetGatewayResponse.Builder extends EC2Response.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.
|
default CreateEgressOnlyInternetGatewayResponse.Builder |
egressOnlyInternetGateway(Consumer<EgressOnlyInternetGateway.Builder> egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
|
CreateEgressOnlyInternetGatewayResponse.Builder |
egressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.default CreateEgressOnlyInternetGatewayResponse.Builder egressOnlyInternetGateway(Consumer<EgressOnlyInternetGateway.Builder> egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
This is a convenience that creates an instance of theEgressOnlyInternetGateway.Builder avoiding the
need to create one manually via EgressOnlyInternetGateway.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to egressOnlyInternetGateway(EgressOnlyInternetGateway).egressOnlyInternetGateway - a consumer that will call methods on EgressOnlyInternetGateway.BuilderegressOnlyInternetGateway(EgressOnlyInternetGateway)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.