Class AdvancedOptionsStatus
- All Implemented Interfaces:
Serializable,Cloneable
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
- Option to allow references to indices in an HTTP request body. Must be
falsewhen configuring access to individual sub-resources. By default, the value istrue. See Configuration Advanced Options for more information. - Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.
For more information, see Configuring Advanced Options.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOptionsEntry(String key, String value) Removes all the entries added into Options.clone()booleanSpecifies the status of advanced options for the specified Elasticsearch domain.Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.inthashCode()voidsetOptions(Map<String, String> options) Specifies the status of advanced options for the specified Elasticsearch domain.voidsetStatus(OptionStatus status) Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.toString()Returns a string representation of this object; useful for testing and debugging.withOptions(Map<String, String> options) Specifies the status of advanced options for the specified Elasticsearch domain.withStatus(OptionStatus status) Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.
-
Constructor Details
-
AdvancedOptionsStatus
public AdvancedOptionsStatus()
-
-
Method Details
-
getOptions
Specifies the status of advanced options for the specified Elasticsearch domain.
- Returns:
- Specifies the status of advanced options for the specified Elasticsearch domain.
-
setOptions
Specifies the status of advanced options for the specified Elasticsearch domain.
- Parameters:
options- Specifies the status of advanced options for the specified Elasticsearch domain.
-
withOptions
Specifies the status of advanced options for the specified Elasticsearch domain.
- Parameters:
options- Specifies the status of advanced options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOptionsEntry
-
clearOptionsEntries
Removes all the entries added into Options. <p> Returns a reference to this object so that method calls can be chained together. -
setStatus
Specifies the status of
OptionStatusfor advanced options for the specified Elasticsearch domain.- Parameters:
status- Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.
-
getStatus
Specifies the status of
OptionStatusfor advanced options for the specified Elasticsearch domain.- Returns:
- Specifies the status of
OptionStatusfor advanced options for the specified Elasticsearch domain.
-
withStatus
Specifies the status of
OptionStatusfor advanced options for the specified Elasticsearch domain.- Parameters:
status- Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-