public class IndexFieldStatus extends Object implements Serializable, Cloneable
The value of an IndexField and its current status.
| Constructor and Description |
|---|
IndexFieldStatus() |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldStatus |
clone() |
boolean |
equals(Object obj) |
IndexField |
getOptions()
Configuration information for a field in the index, including its
name, type, and options.
|
OptionStatus |
getStatus()
The status of domain configuration option.
|
int |
hashCode() |
void |
setOptions(IndexField options)
Configuration information for a field in the index, including its
name, type, and options.
|
void |
setStatus(OptionStatus status)
The status of domain configuration option.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IndexFieldStatus |
withOptions(IndexField options)
Configuration information for a field in the index, including its
name, type, and options.
|
IndexFieldStatus |
withStatus(OptionStatus status)
The status of domain configuration option.
|
public IndexField getOptions()
IndexFieldType.IndexFieldType.public void setOptions(IndexField options)
IndexFieldType.options - Configuration information for a field in the index, including its
name, type, and options. The supported options depend on the
IndexFieldType.public IndexFieldStatus withOptions(IndexField options)
IndexFieldType.
Returns a reference to this object so that method calls can be chained together.
options - Configuration information for a field in the index, including its
name, type, and options. The supported options depend on the
IndexFieldType.public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status - The status of domain configuration option.public IndexFieldStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status - The status of domain configuration option.public String toString()
toString in class ObjectObject.toString()public IndexFieldStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.