Class ElasticsearchClusterConfigStatus
java.lang.Object
com.amazonaws.services.elasticsearch.model.ElasticsearchClusterConfigStatus
- All Implemented Interfaces:
Serializable, Cloneable
Specifies the configuration status for the specified Elasticsearch domain.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSpecifies the cluster configuration for the specified Elasticsearch domain.Specifies the status of the configuration for the specified Elasticsearch domain.inthashCode()voidsetOptions(ElasticsearchClusterConfig options) Specifies the cluster configuration for the specified Elasticsearch domain.voidsetStatus(OptionStatus status) Specifies the status of the configuration for the specified Elasticsearch domain.toString()Returns a string representation of this object; useful for testing and debugging.withOptions(ElasticsearchClusterConfig options) Specifies the cluster configuration for the specified Elasticsearch domain.withStatus(OptionStatus status) Specifies the status of the configuration for the specified Elasticsearch domain.
-
Constructor Details
-
ElasticsearchClusterConfigStatus
public ElasticsearchClusterConfigStatus()
-
-
Method Details
-
setOptions
Specifies the cluster configuration for the specified Elasticsearch domain.
- Parameters:
options- Specifies the cluster configuration for the specified Elasticsearch domain.
-
getOptions
Specifies the cluster configuration for the specified Elasticsearch domain.
- Returns:
- Specifies the cluster configuration for the specified Elasticsearch domain.
-
withOptions
Specifies the cluster configuration for the specified Elasticsearch domain.
- Parameters:
options- Specifies the cluster configuration for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
Specifies the status of the configuration for the specified Elasticsearch domain.
- Parameters:
status- Specifies the status of the configuration for the specified Elasticsearch domain.
-
getStatus
Specifies the status of the configuration for the specified Elasticsearch domain.
- Returns:
- Specifies the status of the configuration for the specified Elasticsearch domain.
-
withStatus
Specifies the status of the configuration for the specified Elasticsearch domain.
- Parameters:
status- Specifies the status of the configuration for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-