Interface AutoTuneMaintenanceSchedule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoTuneMaintenanceSchedule.Builder,
,AutoTuneMaintenanceSchedule> SdkBuilder<AutoTuneMaintenanceSchedule.Builder,
,AutoTuneMaintenanceSchedule> SdkPojo
- Enclosing class:
AutoTuneMaintenanceSchedule
@Mutable
@NotThreadSafe
public static interface AutoTuneMaintenanceSchedule.Builder
extends SdkPojo, CopyableBuilder<AutoTuneMaintenanceSchedule.Builder,AutoTuneMaintenanceSchedule>
-
Method Summary
Modifier and TypeMethodDescriptioncronExpressionForRecurrence
(String cronExpressionForRecurrence) A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.duration
(Consumer<Duration.Builder> duration) The duration of the maintenance schedule.The duration of the maintenance schedule.The Epoch timestamp at which the Auto-Tune maintenance schedule starts.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
-
startAt
The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
- Parameters:
startAt
- The Epoch timestamp at which the Auto-Tune maintenance schedule starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
The duration of the maintenance schedule. For example,
"Duration": {"Value": 2, "Unit": "HOURS"}
.- Parameters:
duration
- The duration of the maintenance schedule. For example,"Duration": {"Value": 2, "Unit": "HOURS"}
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
The duration of the maintenance schedule. For example,
This is a convenience method that creates an instance of the"Duration": {"Value": 2, "Unit": "HOURS"}
.Duration.Builder
avoiding the need to create one manually viaDuration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toduration(Duration)
.- Parameters:
duration
- a consumer that will call methods onDuration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cronExpressionForRecurrence
A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
- Parameters:
cronExpressionForRecurrence
- A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-