@Generated(value="software.amazon.awssdk:codegen") public final class CreateCustomAvailabilityZoneRequest extends RdsRequest implements ToCopyableBuilder<CreateCustomAvailabilityZoneRequest.Builder,CreateCustomAvailabilityZoneRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCustomAvailabilityZoneRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomAvailabilityZoneRequest.Builder |
builder() |
String |
customAvailabilityZoneName()
The name of the custom Availability Zone (AZ).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
existingVpnId()
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
newVpnTunnelName()
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCustomAvailabilityZoneRequest.Builder> |
serializableBuilderClass() |
CreateCustomAvailabilityZoneRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpnTunnelOriginatorIP()
The IP address of network traffic from your on-premises data center.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customAvailabilityZoneName()
The name of the custom Availability Zone (AZ).
public final String existingVpnId()
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
public final String newVpnTunnelName()
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
Specify this parameter only if ExistingVpnId isn't specified.
Specify this parameter only if ExistingVpnId isn't specified.
public final String vpnTunnelOriginatorIP()
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
Specify this parameter only if ExistingVpnId isn't specified.
Specify this parameter only if ExistingVpnId isn't specified.
public CreateCustomAvailabilityZoneRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCustomAvailabilityZoneRequest.Builder,CreateCustomAvailabilityZoneRequest>toBuilder in class RdsRequestpublic static CreateCustomAvailabilityZoneRequest.Builder builder()
public static Class<? extends CreateCustomAvailabilityZoneRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.