Class ScheduledAutoTuneDetails
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.ScheduledAutoTuneDetails
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ScheduledAutoTuneDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
date
public final Instant date()
The date and time when the Auto-Tune action is scheduled for the domain.
- Returns:
- The date and time when the Auto-Tune action is scheduled for the domain.
-
actionType
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 returnScheduledAutoTuneActionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromactionTypeAsString()
.- Returns:
- The type of Auto-Tune action.
- See Also:
ScheduledAutoTuneActionType
-
actionTypeAsString
public 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 returnScheduledAutoTuneActionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromactionTypeAsString()
.- Returns:
- The type of Auto-Tune action.
- See Also:
ScheduledAutoTuneActionType
-
action
public final String action()
A description of the Auto-Tune action.
- Returns:
- A description of the Auto-Tune action.
-
severity
public final ScheduledAutoTuneSeverityType severity()
The severity of the Auto-Tune action. Valid values are
LOW
,MEDIUM
, andHIGH
.If the service returns an enum value that is not available in the current SDK version,
severity
will returnScheduledAutoTuneSeverityType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromseverityAsString()
.- Returns:
- The severity of the Auto-Tune action. Valid values are
LOW
,MEDIUM
, andHIGH
. - See Also:
ScheduledAutoTuneSeverityType
-
severityAsString
public final String severityAsString()
The severity of the Auto-Tune action. Valid values are
LOW
,MEDIUM
, andHIGH
.If the service returns an enum value that is not available in the current SDK version,
severity
will returnScheduledAutoTuneSeverityType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromseverityAsString()
.- Returns:
- The severity of the Auto-Tune action. Valid values are
LOW
,MEDIUM
, andHIGH
. - See Also:
ScheduledAutoTuneSeverityType
-
toBuilder
public ScheduledAutoTuneDetails.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
-
builder
public static ScheduledAutoTuneDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScheduledAutoTuneDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-