static ClusterConfig.Builder |
ClusterConfig.builder() |
|
default ClusterConfig.Builder |
ClusterConfig.Builder.coldStorageOptions(Consumer<ColdStorageOptions.Builder> coldStorageOptions) |
Container for cold storage configuration options.
|
ClusterConfig.Builder |
ClusterConfig.Builder.coldStorageOptions(ColdStorageOptions coldStorageOptions) |
Container for cold storage configuration options.
|
ClusterConfig.Builder |
ClusterConfig.Builder.dedicatedMasterCount(Integer dedicatedMasterCount) |
Number of dedicated master nodes in the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.dedicatedMasterEnabled(Boolean dedicatedMasterEnabled) |
Indicates whether dedicated master nodes are enabled for the cluster.True if the cluster will
use a dedicated master node.False if the cluster will not.
|
ClusterConfig.Builder |
ClusterConfig.Builder.dedicatedMasterType(String dedicatedMasterType) |
OpenSearch Service instance type of the dedicated master nodes in the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.dedicatedMasterType(OpenSearchPartitionInstanceType dedicatedMasterType) |
OpenSearch Service instance type of the dedicated master nodes in the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.instanceCount(Integer instanceCount) |
Number of data nodes in the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.instanceType(String instanceType) |
Instance type of data nodes in the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.instanceType(OpenSearchPartitionInstanceType instanceType) |
Instance type of data nodes in the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.multiAZWithStandbyEnabled(Boolean multiAZWithStandbyEnabled) |
A boolean that indicates whether a multi-AZ domain is turned on with a standby AZ.
|
ClusterConfig.Builder |
ClusterConfig.Builder.nodeOptions(Collection<NodeOption> nodeOptions) |
List of node options for the domain.
|
ClusterConfig.Builder |
ClusterConfig.Builder.nodeOptions(Consumer<NodeOption.Builder>... nodeOptions) |
List of node options for the domain.
|
ClusterConfig.Builder |
ClusterConfig.Builder.nodeOptions(NodeOption... nodeOptions) |
List of node options for the domain.
|
ClusterConfig.Builder |
ClusterConfig.toBuilder() |
|
ClusterConfig.Builder |
ClusterConfig.Builder.warmCount(Integer warmCount) |
The number of warm nodes in the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.warmEnabled(Boolean warmEnabled) |
Whether to enable warm storage for the cluster.
|
ClusterConfig.Builder |
ClusterConfig.Builder.warmType(String warmType) |
The instance type for the cluster's warm nodes.
|
ClusterConfig.Builder |
ClusterConfig.Builder.warmType(OpenSearchWarmPartitionInstanceType warmType) |
The instance type for the cluster's warm nodes.
|
default ClusterConfig.Builder |
ClusterConfig.Builder.zoneAwarenessConfig(Consumer<ZoneAwarenessConfig.Builder> zoneAwarenessConfig) |
Container for zone awareness configuration options.
|
ClusterConfig.Builder |
ClusterConfig.Builder.zoneAwarenessConfig(ZoneAwarenessConfig zoneAwarenessConfig) |
Container for zone awareness configuration options.
|
ClusterConfig.Builder |
ClusterConfig.Builder.zoneAwarenessEnabled(Boolean zoneAwarenessEnabled) |
Indicates whether multiple Availability Zones are enabled.
|