| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateNatGatewayRequest.Builder |
CreateNatGatewayRequest.Builder.allocationId(String allocationId)
The allocation ID of an Elastic IP address to associate with the NAT gateway.
|
static CreateNatGatewayRequest.Builder |
CreateNatGatewayRequest.builder() |
CreateNatGatewayRequest.Builder |
CreateNatGatewayRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateNatGatewayRequest.Builder |
CreateNatGatewayRequest.Builder.subnetId(String subnetId)
The subnet in which to create the NAT gateway.
|
CreateNatGatewayRequest.Builder |
CreateNatGatewayRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNatGatewayRequest.Builder> |
CreateNatGatewayRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.