public static interface AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder,AwsElasticsearchDomainElasticsearchClusterConfigDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticsearchDomainElasticsearchClusterConfigDetails.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.AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder dedicatedMasterEnabled(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.
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.AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder dedicatedMasterType(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.
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.
AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder instanceCount(Integer instanceCount)
The number of data nodes to use in the Elasticsearch domain.
instanceCount - The number of data nodes to use in the Elasticsearch domain.AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder instanceType(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.
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.
AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder zoneAwarenessConfig(AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails zoneAwarenessConfig)
Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
zoneAwarenessConfig - Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is
true.default AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder zoneAwarenessConfig(Consumer<AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder> zoneAwarenessConfig)
Configuration options for zone awareness. Provided if ZoneAwarenessEnabled is true.
AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder avoiding the need
to create one manually via
AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to
zoneAwarenessConfig(AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails).
zoneAwarenessConfig - a consumer that will call methods on
AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.BuilderzoneAwarenessConfig(AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails)AwsElasticsearchDomainElasticsearchClusterConfigDetails.Builder zoneAwarenessEnabled(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.
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.Copyright © 2023. All rights reserved.