public static interface ScheduledAutoTuneDetails.Builder extends SdkPojo, CopyableBuilder<ScheduledAutoTuneDetails.Builder,ScheduledAutoTuneDetails>
| Modifier and Type | Method and Description |
|---|---|
ScheduledAutoTuneDetails.Builder |
action(String action)
A description of the Auto-Tune action.
|
ScheduledAutoTuneDetails.Builder |
actionType(ScheduledAutoTuneActionType actionType)
The type of Auto-Tune action.
|
ScheduledAutoTuneDetails.Builder |
actionType(String 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(ScheduledAutoTuneSeverityType severity)
The severity of the Auto-Tune action.
|
ScheduledAutoTuneDetails.Builder |
severity(String severity)
The severity of the Auto-Tune action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledAutoTuneDetails.Builder date(Instant date)
The date and time when the Auto-Tune action is scheduled for the domain.
date - The date and time when the Auto-Tune action is scheduled for the domain.ScheduledAutoTuneDetails.Builder actionType(String actionType)
The type of Auto-Tune action.
actionType - The type of Auto-Tune action.ScheduledAutoTuneActionType,
ScheduledAutoTuneActionTypeScheduledAutoTuneDetails.Builder actionType(ScheduledAutoTuneActionType actionType)
The type of Auto-Tune action.
actionType - The type of Auto-Tune action.ScheduledAutoTuneActionType,
ScheduledAutoTuneActionTypeScheduledAutoTuneDetails.Builder action(String action)
A description of the Auto-Tune action.
action - A description of the Auto-Tune action.ScheduledAutoTuneDetails.Builder severity(String severity)
The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and
HIGH.
severity - The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and
HIGH.ScheduledAutoTuneSeverityType,
ScheduledAutoTuneSeverityTypeScheduledAutoTuneDetails.Builder severity(ScheduledAutoTuneSeverityType severity)
The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and
HIGH.
severity - The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and
HIGH.ScheduledAutoTuneSeverityType,
ScheduledAutoTuneSeverityTypeCopyright © 2023. All rights reserved.