CopyableBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>
, SdkBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>
public static interface CreateNatGatewayResponse.Builder extends CopyableBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateNatGatewayResponse.Builder |
clientToken(String clientToken) |
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
CreateNatGatewayResponse.Builder |
natGateway(NatGateway natGateway) |
Information about the NAT gateway.
|
copy
apply, build
CreateNatGatewayResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
clientToken
- Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client
token was provided in the request.CreateNatGatewayResponse.Builder natGateway(NatGateway natGateway)
Information about the NAT gateway.
natGateway
- Information about the NAT gateway.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.