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) Specifies cron expression for a recurring maintenance schedule.duration(Consumer<Duration.Builder> duration) Specifies maintenance schedule duration: duration value and duration unit.Specifies maintenance schedule duration: duration value and duration unit.Specifies timestamp at which Auto-Tune maintenance schedule start.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
startAt
Specifies timestamp at which Auto-Tune maintenance schedule start.
- Parameters:
 startAt- Specifies timestamp at which Auto-Tune maintenance schedule start.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
duration
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
- Parameters:
 duration- Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
duration
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
This is a convenience method that creates an instance of theDuration.Builderavoiding the need to create one manually viaDuration.builder().When the
Consumercompletes,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
Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.
- Parameters:
 cronExpressionForRecurrence- Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -