@Generated(value="software.amazon.awssdk:codegen") public final class AwsOpenSearchServiceDomainClusterConfigDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsOpenSearchServiceDomainClusterConfigDetails.Builder,AwsOpenSearchServiceDomainClusterConfigDetails>
Details about the configuration of an OpenSearch cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsOpenSearchServiceDomainClusterConfigDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsOpenSearchServiceDomainClusterConfigDetails.Builder |
builder() |
Integer |
dedicatedMasterCount()
The number of instances to use for the master node.
|
Boolean |
dedicatedMasterEnabled()
Whether to use a dedicated master node for the OpenSearch domain.
|
String |
dedicatedMasterType()
The hardware configuration of the computer that hosts the dedicated master node.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
instanceCount()
The number of data nodes to use in the OpenSearch domain.
|
String |
instanceType()
The instance type for your data nodes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsOpenSearchServiceDomainClusterConfigDetails.Builder> |
serializableBuilderClass() |
AwsOpenSearchServiceDomainClusterConfigDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
warmCount()
The number of UltraWarm instances.
|
Boolean |
warmEnabled()
Whether UltraWarm is enabled.
|
String |
warmType()
The type of UltraWarm instance.
|
AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails |
zoneAwarenessConfig()
Configuration options for zone awareness.
|
Boolean |
zoneAwarenessEnabled()
Whether to enable zone awareness for the OpenSearch domain.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer instanceCount()
The number of data nodes to use in the OpenSearch domain.
public final Boolean warmEnabled()
Whether UltraWarm is enabled.
public final Integer warmCount()
The number of UltraWarm instances.
public final Boolean dedicatedMasterEnabled()
Whether to use a dedicated master node for the OpenSearch domain. A dedicated master node performs cluster management tasks, but does not hold data or respond to data upload requests.
public final AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails zoneAwarenessConfig()
Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
ZoneAwarenessEnabled is
true.public final Integer dedicatedMasterCount()
The number of instances to use for the master node. If this attribute is specified, then
DedicatedMasterEnabled must be true.
DedicatedMasterEnabled must be true.public final String instanceType()
The instance type for your data nodes.
For a list of valid values, see Supported instance types in Amazon OpenSearch Service in the Amazon OpenSearch Service Developer Guide.
For a list of valid values, see Supported instance types in Amazon OpenSearch Service in the Amazon OpenSearch Service Developer Guide.
public final String warmType()
The type of UltraWarm instance.
public final Boolean zoneAwarenessEnabled()
Whether to enable zone awareness for the OpenSearch domain. When zone awareness is enabled, OpenSearch Service allocates the cluster's nodes and replica index shards across Availability Zones (AZs) in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.
public final String dedicatedMasterType()
The hardware configuration of the computer that hosts the dedicated master node.
If this attribute is specified, then DedicatedMasterEnabled must be true.
If this attribute is specified, then DedicatedMasterEnabled must be true.
public AwsOpenSearchServiceDomainClusterConfigDetails.Builder toBuilder()
public static AwsOpenSearchServiceDomainClusterConfigDetails.Builder builder()
public static Class<? extends AwsOpenSearchServiceDomainClusterConfigDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.