Interface ScheduledAutoTuneDetails.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
,SdkBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
,SdkPojo
- Enclosing class:
- ScheduledAutoTuneDetails
public static interface ScheduledAutoTuneDetails.Builder extends SdkPojo, CopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledAutoTuneDetails.Builder
action(String action)
A description of the Auto-Tune action.ScheduledAutoTuneDetails.Builder
actionType(String actionType)
The type of Auto-Tune action.ScheduledAutoTuneDetails.Builder
actionType(ScheduledAutoTuneActionType actionType)
The type of Auto-Tune action.ScheduledAutoTuneDetails.Builder
date(Instant date)
The date and time when the Auto-Tune action is scheduled for the domain.ScheduledAutoTuneDetails.Builder
severity(String severity)
The severity of the Auto-Tune action.ScheduledAutoTuneDetails.Builder
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, sdkFields
-
-
-
-
Method Detail
-
date
ScheduledAutoTuneDetails.Builder date(Instant 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
ScheduledAutoTuneDetails.Builder actionType(String 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:
ScheduledAutoTuneActionType
,ScheduledAutoTuneActionType
-
actionType
ScheduledAutoTuneDetails.Builder actionType(ScheduledAutoTuneActionType 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:
ScheduledAutoTuneActionType
,ScheduledAutoTuneActionType
-
action
ScheduledAutoTuneDetails.Builder action(String 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
ScheduledAutoTuneDetails.Builder severity(String 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:
ScheduledAutoTuneSeverityType
,ScheduledAutoTuneSeverityType
-
severity
ScheduledAutoTuneDetails.Builder severity(ScheduledAutoTuneSeverityType 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:
ScheduledAutoTuneSeverityType
,ScheduledAutoTuneSeverityType
-
-