OptionStatus instead.@Deprecated public class OptionStatus extends Object implements Serializable
The status of an option, including when it was last updated and whether it is actively in use for searches.
| Constructor and Description |
|---|
OptionStatus()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Date |
getCreationDate()
Deprecated.
A timestamp for when this option was created.
|
Boolean |
getPendingDeletion()
Deprecated.
Indicates that the option will be deleted once processing is complete.
|
String |
getState()
Deprecated.
The state of processing a change to an option.
|
Date |
getUpdateDate()
Deprecated.
A timestamp for when this option was last updated.
|
Integer |
getUpdateVersion()
Deprecated.
A unique integer that indicates when this option was last updated.
|
int |
hashCode()
Deprecated.
|
Boolean |
isPendingDeletion()
Deprecated.
Indicates that the option will be deleted once processing is complete.
|
void |
setCreationDate(Date creationDate)
Deprecated.
A timestamp for when this option was created.
|
void |
setPendingDeletion(Boolean pendingDeletion)
Deprecated.
Indicates that the option will be deleted once processing is complete.
|
void |
setState(OptionState state)
Deprecated.
The state of processing a change to an option.
|
void |
setState(String state)
Deprecated.
The state of processing a change to an option.
|
void |
setUpdateDate(Date updateDate)
Deprecated.
A timestamp for when this option was last updated.
|
void |
setUpdateVersion(Integer updateVersion)
Deprecated.
A unique integer that indicates when this option was last updated.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
OptionStatus |
withCreationDate(Date creationDate)
Deprecated.
A timestamp for when this option was created.
|
OptionStatus |
withPendingDeletion(Boolean pendingDeletion)
Deprecated.
Indicates that the option will be deleted once processing is complete.
|
OptionStatus |
withState(OptionState state)
Deprecated.
The state of processing a change to an option.
|
OptionStatus |
withState(String state)
Deprecated.
The state of processing a change to an option.
|
OptionStatus |
withUpdateDate(Date updateDate)
Deprecated.
A timestamp for when this option was last updated.
|
OptionStatus |
withUpdateVersion(Integer updateVersion)
Deprecated.
A unique integer that indicates when this option was last updated.
|
public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - A timestamp for when this option was created.public OptionStatus withCreationDate(Date creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - A timestamp for when this option was created.public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate - A timestamp for when this option was last updated.public OptionStatus withUpdateDate(Date updateDate)
Returns a reference to this object so that method calls can be chained together.
updateDate - A timestamp for when this option was last updated.public Integer getUpdateVersion()
Constraints:
Range: 0 -
public void setUpdateVersion(Integer updateVersion)
Constraints:
Range: 0 -
updateVersion - A unique integer that indicates when this option was last updated.public OptionStatus withUpdateVersion(Integer updateVersion)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
updateVersion - A unique integer that indicates when this option was last updated.public String getState()
RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.
Constraints:
Allowed Values: RequiresIndexDocuments, Processing, Active
RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.OptionStatepublic void setState(String state)
RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.
Constraints:
Allowed Values: RequiresIndexDocuments, Processing, Active
state - The state of processing a change to an option. Possible values:RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.OptionStatepublic OptionStatus withState(String state)
RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: RequiresIndexDocuments, Processing, Active
state - The state of processing a change to an option. Possible values:RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.OptionStatepublic void setState(OptionState state)
RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.
Constraints:
Allowed Values: RequiresIndexDocuments, Processing, Active
state - The state of processing a change to an option. Possible values:RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.OptionStatepublic OptionStatus withState(OptionState state)
RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: RequiresIndexDocuments, Processing, Active
state - The state of processing a change to an option. Possible values:RequiresIndexDocuments: the option's latest value
will not be visible in searches until IndexDocuments has been
called and indexing is complete.Processing: the
option's latest value is not yet visible in all searches but is in the
process of being activated. Active: the
option's latest value is completely visible. Any warnings or messages
generated during processing are provided in
Diagnostics.OptionStatepublic Boolean isPendingDeletion()
public void setPendingDeletion(Boolean pendingDeletion)
pendingDeletion - Indicates that the option will be deleted once processing is complete.public OptionStatus withPendingDeletion(Boolean pendingDeletion)
Returns a reference to this object so that method calls can be chained together.
pendingDeletion - Indicates that the option will be deleted once processing is complete.public Boolean getPendingDeletion()
public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.