public static interface ElasticsearchClusterConfig.Builder extends SdkPojo, CopyableBuilder<ElasticsearchClusterConfig.Builder,ElasticsearchClusterConfig>
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchClusterConfig.Builder |
coldStorageOptions(ColdStorageOptions coldStorageOptions)
Specifies the
ColdStorageOptions config for Elasticsearch Domain |
default ElasticsearchClusterConfig.Builder |
coldStorageOptions(Consumer<ColdStorageOptions.Builder> coldStorageOptions)
Specifies the
ColdStorageOptions config for Elasticsearch Domain |
ElasticsearchClusterConfig.Builder |
dedicatedMasterCount(Integer dedicatedMasterCount)
Total number of dedicated master nodes, active and on standby, for the cluster.
|
ElasticsearchClusterConfig.Builder |
dedicatedMasterEnabled(Boolean dedicatedMasterEnabled)
A boolean value to indicate whether a dedicated master node is enabled.
|
ElasticsearchClusterConfig.Builder |
dedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)
The instance type for a dedicated master node.
|
ElasticsearchClusterConfig.Builder |
dedicatedMasterType(String dedicatedMasterType)
The instance type for a dedicated master node.
|
ElasticsearchClusterConfig.Builder |
instanceCount(Integer instanceCount)
The number of instances in the specified domain cluster.
|
ElasticsearchClusterConfig.Builder |
instanceType(ESPartitionInstanceType instanceType)
The instance type for an Elasticsearch cluster.
|
ElasticsearchClusterConfig.Builder |
instanceType(String instanceType)
The instance type for an Elasticsearch cluster.
|
ElasticsearchClusterConfig.Builder |
warmCount(Integer warmCount)
The number of warm nodes in the cluster.
|
ElasticsearchClusterConfig.Builder |
warmEnabled(Boolean warmEnabled)
True to enable warm storage.
|
ElasticsearchClusterConfig.Builder |
warmType(ESWarmPartitionInstanceType warmType)
The instance type for the Elasticsearch cluster's warm nodes.
|
ElasticsearchClusterConfig.Builder |
warmType(String warmType)
The instance type for the Elasticsearch cluster's warm nodes.
|
default ElasticsearchClusterConfig.Builder |
zoneAwarenessConfig(Consumer<ZoneAwarenessConfig.Builder> zoneAwarenessConfig)
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
|
ElasticsearchClusterConfig.Builder |
zoneAwarenessConfig(ZoneAwarenessConfig zoneAwarenessConfig)
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
|
ElasticsearchClusterConfig.Builder |
zoneAwarenessEnabled(Boolean zoneAwarenessEnabled)
A boolean value to indicate whether zone awareness is enabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElasticsearchClusterConfig.Builder instanceType(String instanceType)
The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data instances.
instanceType - The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data
instances.ESPartitionInstanceType,
ESPartitionInstanceTypeElasticsearchClusterConfig.Builder instanceType(ESPartitionInstanceType instanceType)
The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data instances.
instanceType - The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data
instances.ESPartitionInstanceType,
ESPartitionInstanceTypeElasticsearchClusterConfig.Builder instanceCount(Integer instanceCount)
The number of instances in the specified domain cluster.
instanceCount - The number of instances in the specified domain cluster.ElasticsearchClusterConfig.Builder dedicatedMasterEnabled(Boolean dedicatedMasterEnabled)
A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.
dedicatedMasterEnabled - A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.ElasticsearchClusterConfig.Builder zoneAwarenessEnabled(Boolean zoneAwarenessEnabled)
A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.
zoneAwarenessEnabled - A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.ElasticsearchClusterConfig.Builder zoneAwarenessConfig(ZoneAwarenessConfig zoneAwarenessConfig)
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
zoneAwarenessConfig - Specifies the zone awareness configuration for a domain when zone awareness is enabled.default ElasticsearchClusterConfig.Builder zoneAwarenessConfig(Consumer<ZoneAwarenessConfig.Builder> zoneAwarenessConfig)
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
This is a convenience method that creates an instance of theZoneAwarenessConfig.Builder avoiding the
need to create one manually via ZoneAwarenessConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to zoneAwarenessConfig(ZoneAwarenessConfig).
zoneAwarenessConfig - a consumer that will call methods on ZoneAwarenessConfig.BuilderzoneAwarenessConfig(ZoneAwarenessConfig)ElasticsearchClusterConfig.Builder dedicatedMasterType(String dedicatedMasterType)
The instance type for a dedicated master node.
dedicatedMasterType - The instance type for a dedicated master node.ESPartitionInstanceType,
ESPartitionInstanceTypeElasticsearchClusterConfig.Builder dedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)
The instance type for a dedicated master node.
dedicatedMasterType - The instance type for a dedicated master node.ESPartitionInstanceType,
ESPartitionInstanceTypeElasticsearchClusterConfig.Builder dedicatedMasterCount(Integer dedicatedMasterCount)
Total number of dedicated master nodes, active and on standby, for the cluster.
dedicatedMasterCount - Total number of dedicated master nodes, active and on standby, for the cluster.ElasticsearchClusterConfig.Builder warmEnabled(Boolean warmEnabled)
True to enable warm storage.
warmEnabled - True to enable warm storage.ElasticsearchClusterConfig.Builder warmType(String warmType)
The instance type for the Elasticsearch cluster's warm nodes.
warmType - The instance type for the Elasticsearch cluster's warm nodes.ESWarmPartitionInstanceType,
ESWarmPartitionInstanceTypeElasticsearchClusterConfig.Builder warmType(ESWarmPartitionInstanceType warmType)
The instance type for the Elasticsearch cluster's warm nodes.
warmType - The instance type for the Elasticsearch cluster's warm nodes.ESWarmPartitionInstanceType,
ESWarmPartitionInstanceTypeElasticsearchClusterConfig.Builder warmCount(Integer warmCount)
The number of warm nodes in the cluster.
warmCount - The number of warm nodes in the cluster.ElasticsearchClusterConfig.Builder coldStorageOptions(ColdStorageOptions coldStorageOptions)
Specifies the ColdStorageOptions config for Elasticsearch Domain
coldStorageOptions - Specifies the ColdStorageOptions config for Elasticsearch Domaindefault ElasticsearchClusterConfig.Builder coldStorageOptions(Consumer<ColdStorageOptions.Builder> coldStorageOptions)
Specifies the ColdStorageOptions config for Elasticsearch Domain
ColdStorageOptions.Builder avoiding the
need to create one manually via ColdStorageOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to coldStorageOptions(ColdStorageOptions).
coldStorageOptions - a consumer that will call methods on ColdStorageOptions.BuildercoldStorageOptions(ColdStorageOptions)Copyright © 2023. All rights reserved.