@Generated(value="software.amazon.awssdk:codegen") public final class AutoTuneStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
The current status of Auto-Tune for the domain. For more information, see Auto-Tune for Amazon OpenSearch Service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoTuneStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoTuneStatus.Builder |
builder() |
Instant |
creationDate()
Date and time when Auto-Tune was enabled for the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
Any errors that occurred while enabling or disabling Auto-Tune.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
pendingDeletion()
Indicates whether the domain is being deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoTuneStatus.Builder> |
serializableBuilderClass() |
AutoTuneState |
state()
The current state of Auto-Tune on the domain.
|
String |
stateAsString()
The current state of Auto-Tune on the domain.
|
AutoTuneStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDate()
Date and time when the Auto-Tune options were last updated for the domain.
|
Integer |
updateVersion()
The latest version of the Auto-Tune options.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationDate()
Date and time when Auto-Tune was enabled for the domain.
public final Instant updateDate()
Date and time when the Auto-Tune options were last updated for the domain.
public final Integer updateVersion()
The latest version of the Auto-Tune options.
public final AutoTuneState state()
The current state of Auto-Tune on the domain.
If the service returns an enum value that is not available in the current SDK version, state will return
AutoTuneState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AutoTuneStatepublic final String stateAsString()
The current state of Auto-Tune on the domain.
If the service returns an enum value that is not available in the current SDK version, state will return
AutoTuneState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AutoTuneStatepublic final String errorMessage()
Any errors that occurred while enabling or disabling Auto-Tune.
public final Boolean pendingDeletion()
Indicates whether the domain is being deleted.
public AutoTuneStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>public static AutoTuneStatus.Builder builder()
public static Class<? extends AutoTuneStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.