public static interface ElasticsearchClusterConfig.Builder extends CopyableBuilder<ElasticsearchClusterConfig.Builder,ElasticsearchClusterConfig>
| Modifier and Type | Method and Description |
|---|---|
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 |
zoneAwarenessEnabled(Boolean zoneAwarenessEnabled)
A boolean value to indicate whether zone awareness is enabled.
|
copyapply, buildElasticsearchClusterConfig.Builder instanceType(String instanceType)
The instance type for an Elasticsearch cluster.
instanceType - The instance type for an Elasticsearch cluster.ESPartitionInstanceType,
ESPartitionInstanceTypeElasticsearchClusterConfig.Builder instanceType(ESPartitionInstanceType instanceType)
The instance type for an Elasticsearch cluster.
instanceType - The instance type for an Elasticsearch cluster.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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.