public static interface AwsOpenSearchServiceDomainClusterConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainClusterConfigDetails.Builder,AwsOpenSearchServiceDomainClusterConfigDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsOpenSearchServiceDomainClusterConfigDetails.Builder instanceCount(Integer instanceCount)
The number of data nodes to use in the OpenSearch domain.
instanceCount - The number of data nodes to use in the OpenSearch domain.AwsOpenSearchServiceDomainClusterConfigDetails.Builder warmEnabled(Boolean warmEnabled)
Whether UltraWarm is enabled.
warmEnabled - Whether UltraWarm is enabled.AwsOpenSearchServiceDomainClusterConfigDetails.Builder warmCount(Integer warmCount)
The number of UltraWarm instances.
warmCount - The number of UltraWarm instances.AwsOpenSearchServiceDomainClusterConfigDetails.Builder dedicatedMasterEnabled(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.
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.AwsOpenSearchServiceDomainClusterConfigDetails.Builder zoneAwarenessConfig(AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails zoneAwarenessConfig)
Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
zoneAwarenessConfig - Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is
true.default AwsOpenSearchServiceDomainClusterConfigDetails.Builder zoneAwarenessConfig(Consumer<AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails.Builder> zoneAwarenessConfig)
Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails.Builder avoiding the need to create
one manually via AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to
zoneAwarenessConfig(AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails).
zoneAwarenessConfig - a consumer that will call methods on
AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails.BuilderzoneAwarenessConfig(AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails)AwsOpenSearchServiceDomainClusterConfigDetails.Builder dedicatedMasterCount(Integer dedicatedMasterCount)
The number of instances to use for the master node. If this attribute is specified, then
DedicatedMasterEnabled must be true.
dedicatedMasterCount - The number of instances to use for the master node. If this attribute is specified, then
DedicatedMasterEnabled must be true.AwsOpenSearchServiceDomainClusterConfigDetails.Builder instanceType(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.
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.
AwsOpenSearchServiceDomainClusterConfigDetails.Builder warmType(String warmType)
The type of UltraWarm instance.
warmType - The type of UltraWarm instance.AwsOpenSearchServiceDomainClusterConfigDetails.Builder zoneAwarenessEnabled(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.
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.AwsOpenSearchServiceDomainClusterConfigDetails.Builder dedicatedMasterType(String dedicatedMasterType)
The hardware configuration of the computer that hosts the dedicated master node.
If this attribute is specified, then DedicatedMasterEnabled must be true.
dedicatedMasterType - The hardware configuration of the computer that hosts the dedicated master node.
If this attribute is specified, then DedicatedMasterEnabled must be true.
Copyright © 2023. All rights reserved.