static ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.builder() |
|
default ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.coldStorageOptions(Consumer<ColdStorageOptions.Builder> coldStorageOptions) |
Specifies the ColdStorageOptions config for Elasticsearch Domain
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.coldStorageOptions(ColdStorageOptions coldStorageOptions) |
Specifies the ColdStorageOptions config for Elasticsearch Domain
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.dedicatedMasterCount(Integer dedicatedMasterCount) |
Total number of dedicated master nodes, active and on standby, for the cluster.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.dedicatedMasterEnabled(Boolean dedicatedMasterEnabled) |
A boolean value to indicate whether a dedicated master node is enabled.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.dedicatedMasterType(String dedicatedMasterType) |
The instance type for a dedicated master node.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.dedicatedMasterType(ESPartitionInstanceType dedicatedMasterType) |
The instance type for a dedicated master node.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.instanceCount(Integer instanceCount) |
The number of instances in the specified domain cluster.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.instanceType(String instanceType) |
The instance type for an Elasticsearch cluster.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.instanceType(ESPartitionInstanceType instanceType) |
The instance type for an Elasticsearch cluster.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.toBuilder() |
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.warmCount(Integer warmCount) |
The number of warm nodes in the cluster.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.warmEnabled(Boolean warmEnabled) |
True to enable warm storage.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.warmType(String warmType) |
The instance type for the Elasticsearch cluster's warm nodes.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.warmType(ESWarmPartitionInstanceType warmType) |
The instance type for the Elasticsearch cluster's warm nodes.
|
default ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.zoneAwarenessConfig(Consumer<ZoneAwarenessConfig.Builder> zoneAwarenessConfig) |
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.zoneAwarenessConfig(ZoneAwarenessConfig zoneAwarenessConfig) |
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.zoneAwarenessEnabled(Boolean zoneAwarenessEnabled) |
A boolean value to indicate whether zone awareness is enabled.
|