Interface ScheduledAutoTuneDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledAutoTuneDetails.Builder,
,ScheduledAutoTuneDetails> SdkBuilder<ScheduledAutoTuneDetails.Builder,
,ScheduledAutoTuneDetails> SdkPojo
- Enclosing class:
ScheduledAutoTuneDetails
@Mutable
@NotThreadSafe
public static interface ScheduledAutoTuneDetails.Builder
extends SdkPojo, CopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
-
Method Summary
Modifier and TypeMethodDescriptionA description of the Auto-Tune action.actionType
(String actionType) The type of Auto-Tune action.actionType
(ScheduledAutoTuneActionType actionType) The type of Auto-Tune action.The date and time when the Auto-Tune action is scheduled for the domain.The severity of the Auto-Tune action.severity
(ScheduledAutoTuneSeverityType severity) The severity of the Auto-Tune action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
date
The date and time when the Auto-Tune action is scheduled for the domain.
- Parameters:
date
- The date and time when the Auto-Tune action is scheduled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
The type of Auto-Tune action.
- Parameters:
actionType
- The type of Auto-Tune action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actionType
The type of Auto-Tune action.
- Parameters:
actionType
- The type of Auto-Tune action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
A description of the Auto-Tune action.
- Parameters:
action
- A description of the Auto-Tune action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
The severity of the Auto-Tune action. Valid values are
LOW
,MEDIUM
, andHIGH
.- Parameters:
severity
- The severity of the Auto-Tune action. Valid values areLOW
,MEDIUM
, andHIGH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
The severity of the Auto-Tune action. Valid values are
LOW
,MEDIUM
, andHIGH
.- Parameters:
severity
- The severity of the Auto-Tune action. Valid values areLOW
,MEDIUM
, andHIGH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-