| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.clone() |
ClusterConfig |
UpdateDomainConfigRequest.getClusterConfig()
The type and number of instances to instantiate for the domain cluster.
|
ClusterConfig |
CreateDomainRequest.getClusterConfig()
Configuration options for a domain.
|
ClusterConfig |
DomainStatus.getClusterConfig()
The type and number of instances in the domain.
|
ClusterConfig |
ClusterConfigStatus.getOptions()
The cluster configuration for the specified domain.
|
ClusterConfig |
ClusterConfig.withColdStorageOptions(ColdStorageOptions coldStorageOptions)
Specifies the
ColdStorageOptions config for a Domain |
ClusterConfig |
ClusterConfig.withDedicatedMasterCount(Integer dedicatedMasterCount)
Total number of dedicated master nodes, active and on standby, for the cluster.
|
ClusterConfig |
ClusterConfig.withDedicatedMasterEnabled(Boolean dedicatedMasterEnabled)
A boolean value to indicate whether a dedicated master node is enabled.
|
ClusterConfig |
ClusterConfig.withDedicatedMasterType(OpenSearchPartitionInstanceType dedicatedMasterType)
The instance type for a dedicated master node.
|
ClusterConfig |
ClusterConfig.withDedicatedMasterType(String dedicatedMasterType)
The instance type for a dedicated master node.
|
ClusterConfig |
ClusterConfig.withInstanceCount(Integer instanceCount)
The number of instances in the specified domain cluster.
|
ClusterConfig |
ClusterConfig.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type for an OpenSearch cluster.
|
ClusterConfig |
ClusterConfig.withInstanceType(String instanceType)
The instance type for an OpenSearch cluster.
|
ClusterConfig |
ClusterConfig.withWarmCount(Integer warmCount)
The number of UltraWarm nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withWarmEnabled(Boolean warmEnabled)
True to enable UltraWarm storage.
|
ClusterConfig |
ClusterConfig.withWarmType(OpenSearchWarmPartitionInstanceType warmType)
The instance type for the OpenSearch cluster's warm nodes.
|
ClusterConfig |
ClusterConfig.withWarmType(String warmType)
The instance type for the OpenSearch cluster's warm nodes.
|
ClusterConfig |
ClusterConfig.withZoneAwarenessConfig(ZoneAwarenessConfig zoneAwarenessConfig)
The zone awareness configuration for a domain when zone awareness is enabled.
|
ClusterConfig |
ClusterConfig.withZoneAwarenessEnabled(Boolean zoneAwarenessEnabled)
A boolean value to indicate whether zone awareness is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainConfigRequest.setClusterConfig(ClusterConfig clusterConfig)
The type and number of instances to instantiate for the domain cluster.
|
void |
CreateDomainRequest.setClusterConfig(ClusterConfig clusterConfig)
Configuration options for a domain.
|
void |
DomainStatus.setClusterConfig(ClusterConfig clusterConfig)
The type and number of instances in the domain.
|
void |
ClusterConfigStatus.setOptions(ClusterConfig options)
The cluster configuration for the specified domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withClusterConfig(ClusterConfig clusterConfig)
The type and number of instances to instantiate for the domain cluster.
|
CreateDomainRequest |
CreateDomainRequest.withClusterConfig(ClusterConfig clusterConfig)
Configuration options for a domain.
|
DomainStatus |
DomainStatus.withClusterConfig(ClusterConfig clusterConfig)
The type and number of instances in the domain.
|
ClusterConfigStatus |
ClusterConfigStatus.withOptions(ClusterConfig options)
The cluster configuration for the specified domain.
|
Copyright © 2022. All rights reserved.