Class AwsOpenSearchServiceDomainClusterConfigDetails
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AwsOpenSearchServiceDomainClusterConfigDetails.Builder,- AwsOpenSearchServiceDomainClusterConfigDetails> 
Details about the configuration of an OpenSearch cluster.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interface
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final IntegerThe number of instances to use for the master node.final BooleanWhether to use a dedicated master node for the OpenSearch domain.final StringThe hardware configuration of the computer that hosts the dedicated master node.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe number of data nodes to use in the OpenSearch domain.final StringThe instance type for your data nodes.static Class<? extends AwsOpenSearchServiceDomainClusterConfigDetails.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final IntegerThe number of UltraWarm instances.final BooleanWhether UltraWarm is enabled.final StringwarmType()The type of UltraWarm instance.Configuration options for zone awareness.final BooleanWhether to enable zone awareness for the OpenSearch domain.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
instanceCountThe number of data nodes to use in the OpenSearch domain. - Returns:
- The number of data nodes to use in the OpenSearch domain.
 
- 
warmEnabledWhether UltraWarm is enabled. - Returns:
- Whether UltraWarm is enabled.
 
- 
warmCountThe number of UltraWarm instances. - Returns:
- The number of UltraWarm instances.
 
- 
dedicatedMasterEnabledWhether 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. - Returns:
- 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.
 
- 
zoneAwarenessConfigpublic final AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails zoneAwarenessConfig()Configuration options for zone awareness. Provided if ZoneAwarenessEnabledistrue.- Returns:
- Configuration options for zone awareness. Provided if ZoneAwarenessEnabledistrue.
 
- 
dedicatedMasterCountThe number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabledmust betrue.- Returns:
- The number of instances to use for the master node. If this attribute is specified, then
         DedicatedMasterEnabledmust betrue.
 
- 
instanceTypeThe 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. - Returns:
- 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. 
 
- 
warmTypeThe type of UltraWarm instance. - Returns:
- The type of UltraWarm instance.
 
- 
zoneAwarenessEnabledWhether 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. - Returns:
- 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.
 
- 
dedicatedMasterTypeThe hardware configuration of the computer that hosts the dedicated master node. If this attribute is specified, then DedicatedMasterEnabledmust betrue.- Returns:
- The hardware configuration of the computer that hosts the dedicated master node.
         If this attribute is specified, then DedicatedMasterEnabledmust betrue.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AwsOpenSearchServiceDomainClusterConfigDetails.Builder,- AwsOpenSearchServiceDomainClusterConfigDetails> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends AwsOpenSearchServiceDomainClusterConfigDetails.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin 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
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-