@Generated(value="software.amazon.awssdk:codegen") public class AllocateAddressRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<AllocateAddressRequest.Builder,AllocateAddressRequest>
Contains the parameters for AllocateAddress.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AllocateAddressRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static AllocateAddressRequest.Builder |
builder() |
String |
domain()
Set to
vpc to allocate the address for use with instances in a VPC. |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends AllocateAddressRequest.Builder> |
serializableBuilderClass() |
AllocateAddressRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String domain()
Set to vpc to allocate the address for use with instances in a VPC.
Default: The address is for use with instances in EC2-Classic.
vpc to allocate the address for use with instances in a VPC.
Default: The address is for use with instances in EC2-Classic.
DomainTypepublic AllocateAddressRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AllocateAddressRequest.Builder,AllocateAddressRequest>public static AllocateAddressRequest.Builder builder()
public static Class<? extends AllocateAddressRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.