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