Class ScheduledAutoTuneDetails
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.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 of the scheduled Auto-Tune action. See the Developer Guide for more information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScheduledAutoTuneDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaction()Specifies Auto-Tune action description.ScheduledAutoTuneActionTypeactionType()Specifies Auto-Tune action type.StringactionTypeAsString()Specifies Auto-Tune action type.static ScheduledAutoTuneDetails.Builderbuilder()Instantdate()Specifies timestamp for the Auto-Tune action scheduled for the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ScheduledAutoTuneDetails.Builder>serializableBuilderClass()ScheduledAutoTuneSeverityTypeseverity()Specifies Auto-Tune action severity.StringseverityAsString()Specifies Auto-Tune action severity.ScheduledAutoTuneDetails.BuildertoBuilder()StringtoString()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()
Specifies timestamp for the Auto-Tune action scheduled for the domain.
- Returns:
- Specifies timestamp for the Auto-Tune action scheduled for the domain.
-
actionType
public final ScheduledAutoTuneActionType actionType()
Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
If the service returns an enum value that is not available in the current SDK version,
actionTypewill returnScheduledAutoTuneActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
- See Also:
ScheduledAutoTuneActionType
-
actionTypeAsString
public final String actionTypeAsString()
Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
If the service returns an enum value that is not available in the current SDK version,
actionTypewill returnScheduledAutoTuneActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
- See Also:
ScheduledAutoTuneActionType
-
action
public final String action()
Specifies Auto-Tune action description.
- Returns:
- Specifies Auto-Tune action description.
-
severity
public final ScheduledAutoTuneSeverityType severity()
Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
If the service returns an enum value that is not available in the current SDK version,
severitywill returnScheduledAutoTuneSeverityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
- See Also:
ScheduledAutoTuneSeverityType
-
severityAsString
public final String severityAsString()
Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
If the service returns an enum value that is not available in the current SDK version,
severitywill returnScheduledAutoTuneSeverityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
- See Also:
ScheduledAutoTuneSeverityType
-
toBuilder
public ScheduledAutoTuneDetails.Builder toBuilder()
- Specified by:
toBuilderin 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:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-