Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateNatGatewayRequest.Builder,CreateNatGatewayRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateNatGatewayRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateNatGatewayRequest.Builder,CreateNatGatewayRequest>
Contains the parameters for CreateNatGateway.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateNatGatewayRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
allocationId() |
The allocation ID of an Elastic IP address to associate with the NAT gateway.
|
static CreateNatGatewayRequest.Builder |
builder() |
|
String |
clientToken() |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateNatGatewayRequest.Builder> |
serializableBuilderClass() |
|
String |
subnetId() |
The subnet in which to create the NAT gateway.
|
CreateNatGatewayRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String allocationId()
The allocation ID of an Elastic IP address to associate with the NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.
public String clientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Constraint: Maximum 64 ASCII characters.
Constraint: Maximum 64 ASCII characters.
public String subnetId()
The subnet in which to create the NAT gateway.
public CreateNatGatewayRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateNatGatewayRequest.Builder,CreateNatGatewayRequest>
public static CreateNatGatewayRequest.Builder builder()
public static Class<? extends CreateNatGatewayRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.