public class AdvancedOptionsStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
false
when configuring access to individual sub-resources. By
default, the value is true
. See Configuration Advanced Options for more information.For more information, see Configuring Advanced Options.
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.String> |
options
Specifies the status of advanced options for the specified Elasticsearch
domain.
|
private OptionStatus |
status
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
Constructor and Description |
---|
AdvancedOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
AdvancedOptionsStatus |
addOptionsEntry(java.lang.String key,
java.lang.String value) |
AdvancedOptionsStatus |
clearOptionsEntries()
Removes all the entries added into Options.
|
AdvancedOptionsStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getOptions()
Specifies the status of advanced options for the specified Elasticsearch
domain.
|
OptionStatus |
getStatus()
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
int |
hashCode() |
void |
setOptions(java.util.Map<java.lang.String,java.lang.String> options)
Specifies the status of advanced options for the specified Elasticsearch
domain.
|
void |
setStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdvancedOptionsStatus |
withOptions(java.util.Map<java.lang.String,java.lang.String> options)
Specifies the status of advanced options for the specified Elasticsearch
domain.
|
AdvancedOptionsStatus |
withStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
private java.util.Map<java.lang.String,java.lang.String> options
Specifies the status of advanced options for the specified Elasticsearch domain.
private OptionStatus status
Specifies the status of OptionStatus
for advanced options
for the specified Elasticsearch domain.
public java.util.Map<java.lang.String,java.lang.String> getOptions()
Specifies the status of advanced options for the specified Elasticsearch domain.
public void setOptions(java.util.Map<java.lang.String,java.lang.String> options)
Specifies the status of advanced options for the specified Elasticsearch domain.
options
- Specifies the status of advanced options for the specified
Elasticsearch domain.public AdvancedOptionsStatus withOptions(java.util.Map<java.lang.String,java.lang.String> options)
Specifies the status of advanced options for the specified Elasticsearch domain.
options
- Specifies the status of advanced options for the specified
Elasticsearch domain.public AdvancedOptionsStatus addOptionsEntry(java.lang.String key, java.lang.String value)
public AdvancedOptionsStatus clearOptionsEntries()
public void setStatus(OptionStatus status)
Specifies the status of OptionStatus
for advanced options
for the specified Elasticsearch domain.
status
- Specifies the status of OptionStatus
for advanced
options for the specified Elasticsearch domain.public OptionStatus getStatus()
Specifies the status of OptionStatus
for advanced options
for the specified Elasticsearch domain.
OptionStatus
for advanced
options for the specified Elasticsearch domain.public AdvancedOptionsStatus withStatus(OptionStatus status)
Specifies the status of OptionStatus
for advanced options
for the specified Elasticsearch domain.
status
- Specifies the status of OptionStatus
for advanced
options for the specified Elasticsearch domain.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AdvancedOptionsStatus clone()
clone
in class java.lang.Object