@Generated(value="software.amazon.awssdk:codegen") public final class ZoneAwarenessConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ZoneAwarenessConfig.Builder,ZoneAwarenessConfig>
The zone awareness configuration for an Amazon OpenSearch Service domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ZoneAwarenessConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
availabilityZoneCount()
If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use.
|
static ZoneAwarenessConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ZoneAwarenessConfig.Builder> |
serializableBuilderClass() |
ZoneAwarenessConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer availabilityZoneCount()
If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use.
Valid values are 2 and 3. If your domain is provisioned within a VPC, this value be
equal to number of subnets.
2 and 3. If your domain is provisioned within a VPC, this
value be equal to number of subnets.public ZoneAwarenessConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ZoneAwarenessConfig.Builder,ZoneAwarenessConfig>public static ZoneAwarenessConfig.Builder builder()
public static Class<? extends ZoneAwarenessConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.