Class AwsElasticsearchDomainElasticsearchClusterConfigDetails

java.lang.Object
software.amazon.awssdk.services.securityhub.model.AwsElasticsearchDomainElasticsearchClusterConfigDetails
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder,AwsElasticsearchDomainElasticsearchClusterConfigDetails>

@Generated("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.

See Also:
  • Method Details

    • dedicatedMasterCount

      public final Integer dedicatedMasterCount()

      The number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabled must be true.

      Returns:
      The number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabled must be true.
    • dedicatedMasterEnabled

      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.

      Returns:
      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.
    • dedicatedMasterType

      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.

      Returns:
      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.

    • instanceCount

      public final Integer instanceCount()

      The number of data nodes to use in the Elasticsearch domain.

      Returns:
      The number of data nodes to use in the Elasticsearch domain.
    • instanceType

      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.

      Returns:
      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.

    • zoneAwarenessConfig

      Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.

      Returns:
      Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
    • zoneAwarenessEnabled

      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.

      Returns:
      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.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder,AwsElasticsearchDomainElasticsearchClusterConfigDetails>
      Returns:
      a builder for type T
    • builder

    • serializableBuilderClass

      public static Class<? extends AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.