@Generated(value="software.amazon.awssdk:codegen") public final class OptionStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptionStatus.Builder,OptionStatus>
The status of domain configuration option.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptionStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptionStatus.Builder |
builder() |
Instant |
creationDate()
A timestamp for when this option was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
pendingDeletion()
Indicates that the option will be deleted once processing is complete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptionStatus.Builder> |
serializableBuilderClass() |
OptionState |
state()
The state of processing a change to an option.
|
String |
stateAsString()
The state of processing a change to an option.
|
OptionStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDate()
A timestamp for when this option was last updated.
|
Integer |
updateVersion()
A unique integer that indicates when this option was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationDate()
A timestamp for when this option was created.
public final Instant updateDate()
A timestamp for when this option was last updated.
public final Integer updateVersion()
A unique integer that indicates when this option was last updated.
public final OptionState 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.
If the service returns an enum value that is not available in the current SDK version, state will return
OptionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
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.OptionStatepublic final String stateAsString()
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.
If the service returns an enum value that is not available in the current SDK version, state will return
OptionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
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.OptionStatepublic final Boolean pendingDeletion()
Indicates that the option will be deleted once processing is complete.
public OptionStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptionStatus.Builder,OptionStatus>public static OptionStatus.Builder builder()
public static Class<? extends OptionStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.