Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
ClusterConfig |
ClusterConfig.clone() |
ClusterConfig |
DomainStatus.getClusterConfig()
Container for the cluster configuration of the domain.
|
ClusterConfig |
UpdateDomainConfigRequest.getClusterConfig()
Changes that you want to make to the cluster configuration, such as the instance type and number of EC2
instances.
|
ClusterConfig |
CreateDomainRequest.getClusterConfig()
Container for the cluster configuration of a domain.
|
ClusterConfig |
ClusterConfigStatus.getOptions()
Cluster configuration options for the specified domain.
|
ClusterConfig |
ClusterConfig.withColdStorageOptions(ColdStorageOptions coldStorageOptions)
Container for cold storage configuration options.
|
ClusterConfig |
ClusterConfig.withDedicatedMasterCount(Integer dedicatedMasterCount)
Number of dedicated master nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withDedicatedMasterEnabled(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 |
ClusterConfig.withDedicatedMasterType(OpenSearchPartitionInstanceType dedicatedMasterType)
OpenSearch Service instance type of the dedicated master nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withDedicatedMasterType(String dedicatedMasterType)
OpenSearch Service instance type of the dedicated master nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withInstanceCount(Integer instanceCount)
Number of dedicated master nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withInstanceType(OpenSearchPartitionInstanceType instanceType)
Instance type of data nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withInstanceType(String instanceType)
Instance type of data nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withMultiAZWithStandbyEnabled(Boolean multiAZWithStandbyEnabled)
A boolean that indicates whether a multi-AZ domain is turned on with a standby AZ.
|
ClusterConfig |
ClusterConfig.withWarmCount(Integer warmCount)
The number of warm nodes in the cluster.
|
ClusterConfig |
ClusterConfig.withWarmEnabled(Boolean warmEnabled)
Whether to enable warm storage for the cluster.
|
ClusterConfig |
ClusterConfig.withWarmType(OpenSearchWarmPartitionInstanceType warmType)
The instance type for the cluster's warm nodes.
|
ClusterConfig |
ClusterConfig.withWarmType(String warmType)
The instance type for the cluster's warm nodes.
|
ClusterConfig |
ClusterConfig.withZoneAwarenessConfig(ZoneAwarenessConfig zoneAwarenessConfig)
Container for zone awareness configuration options.
|
ClusterConfig |
ClusterConfig.withZoneAwarenessEnabled(Boolean zoneAwarenessEnabled)
Indicates whether multiple Availability Zones are enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainStatus.setClusterConfig(ClusterConfig clusterConfig)
Container for the cluster configuration of the domain.
|
void |
UpdateDomainConfigRequest.setClusterConfig(ClusterConfig clusterConfig)
Changes that you want to make to the cluster configuration, such as the instance type and number of EC2
instances.
|
void |
CreateDomainRequest.setClusterConfig(ClusterConfig clusterConfig)
Container for the cluster configuration of a domain.
|
void |
ClusterConfigStatus.setOptions(ClusterConfig options)
Cluster configuration options for the specified domain.
|
DomainStatus |
DomainStatus.withClusterConfig(ClusterConfig clusterConfig)
Container for the cluster configuration of the domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withClusterConfig(ClusterConfig clusterConfig)
Changes that you want to make to the cluster configuration, such as the instance type and number of EC2
instances.
|
CreateDomainRequest |
CreateDomainRequest.withClusterConfig(ClusterConfig clusterConfig)
Container for the cluster configuration of a domain.
|
ClusterConfigStatus |
ClusterConfigStatus.withOptions(ClusterConfig options)
Cluster configuration options for the specified domain.
|
Copyright © 2023. All rights reserved.