ToCopyableBuilder<OptionStatus.Builder,OptionStatus>
@Generated("software.amazon.awssdk:codegen") public class OptionStatus extends Object implements ToCopyableBuilder<OptionStatus.Builder,OptionStatus>
The status of domain configuration option.
Modifier and Type | Class | Description |
---|---|---|
static interface |
OptionStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static OptionStatus.Builder |
builder() |
|
Date |
creationDate() |
A timestamp for when this option was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
pendingDeletion() |
Indicates that the option will be deleted once processing is complete.
|
static Class<? extends OptionStatus.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of processing a change to an option.
|
OptionStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
updateDate() |
A timestamp for when this option was last updated.
|
Integer |
updateVersion() |
A unique integer that indicates when this option was last updated.
|
public Date creationDate()
A timestamp for when this option was created.
public Date updateDate()
A timestamp for when this option was last updated.
public Integer updateVersion()
A unique integer that indicates when this option was last updated.
public String state()
The state of processing a change to an option. Possible values:
RequiresIndexDocuments
: the option's latest value will not be deployed until
IndexDocuments has been called and indexing is complete.Processing
: the option's latest value is in the process of being activated.Active
: the option's latest value is completely deployed.FailedToValidate
: the option value is not compatible with the domain's data and cannot be used
to index the data. You must either modify the option value or update or remove the incompatible documents.RequiresIndexDocuments
: the option's latest value will not be deployed until
IndexDocuments has been called and indexing is complete.Processing
: the option's latest value is in the process of being activated.Active
: the option's latest value is completely deployed.FailedToValidate
: the option value is not compatible with the domain's data and cannot
be used to index the data. You must either modify the option value or update or remove the incompatible
documents.OptionState
public Boolean pendingDeletion()
Indicates that the option will be deleted once processing is complete.
public OptionStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OptionStatus.Builder,OptionStatus>
public static OptionStatus.Builder builder()
public static Class<? extends OptionStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.