@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledAutoTuneDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
Specifies details about a scheduled Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduledAutoTuneDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
A description of the Auto-Tune action.
|
ScheduledAutoTuneActionType |
actionType()
The type of Auto-Tune action.
|
String |
actionTypeAsString()
The type of Auto-Tune action.
|
static ScheduledAutoTuneDetails.Builder |
builder() |
Instant |
date()
The date and time when the Auto-Tune action is scheduled for the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduledAutoTuneDetails.Builder> |
serializableBuilderClass() |
ScheduledAutoTuneSeverityType |
severity()
The severity of the Auto-Tune action.
|
String |
severityAsString()
The severity of the Auto-Tune action.
|
ScheduledAutoTuneDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant date()
The date and time when the Auto-Tune action is scheduled for the domain.
public final ScheduledAutoTuneActionType actionType()
The type of Auto-Tune action.
If the service returns an enum value that is not available in the current SDK version, actionType will
return ScheduledAutoTuneActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionTypeAsString().
ScheduledAutoTuneActionTypepublic final String actionTypeAsString()
The type of Auto-Tune action.
If the service returns an enum value that is not available in the current SDK version, actionType will
return ScheduledAutoTuneActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionTypeAsString().
ScheduledAutoTuneActionTypepublic final String action()
A description of the Auto-Tune action.
public final ScheduledAutoTuneSeverityType severity()
The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and
HIGH.
If the service returns an enum value that is not available in the current SDK version, severity will
return ScheduledAutoTuneSeverityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from severityAsString().
LOW, MEDIUM, and
HIGH.ScheduledAutoTuneSeverityTypepublic final String severityAsString()
The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and
HIGH.
If the service returns an enum value that is not available in the current SDK version, severity will
return ScheduledAutoTuneSeverityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from severityAsString().
LOW, MEDIUM, and
HIGH.ScheduledAutoTuneSeverityTypepublic ScheduledAutoTuneDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>public static ScheduledAutoTuneDetails.Builder builder()
public static Class<? extends ScheduledAutoTuneDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.