Interface ScheduledOperationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduledOperationDetails.Builder,,ScheduledOperationDetails> SdkBuilder<ScheduledOperationDetails.Builder,,ScheduledOperationDetails> SdkPojo
- Enclosing class:
ScheduledOperationDetails
@Mutable
@NotThreadSafe
public static interface ScheduledOperationDetails.Builder
extends SdkPojo, CopyableBuilder<ScheduledOperationDetails.Builder,ScheduledOperationDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondayOfWeek(Consumer<DayOfWeek.Builder> dayOfWeek) The day of the week on which the scheduled operation occurs.The day of the week on which the scheduled operation occurs.scheduledStartTime(String scheduledStartTime) The scheduled start time for the Autonomous Database, in UTC.scheduledStopTime(String scheduledStopTime) The scheduled stop time for the Autonomous Database, in UTC.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
-
dayOfWeek
The day of the week on which the scheduled operation occurs.
- Parameters:
dayOfWeek- The day of the week on which the scheduled operation occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dayOfWeek
The day of the week on which the scheduled operation occurs.
This is a convenience method that creates an instance of theDayOfWeek.Builderavoiding the need to create one manually viaDayOfWeek.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todayOfWeek(DayOfWeek).- Parameters:
dayOfWeek- a consumer that will call methods onDayOfWeek.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduledStartTime
The scheduled start time for the Autonomous Database, in UTC.
- Parameters:
scheduledStartTime- The scheduled start time for the Autonomous Database, in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledStopTime
The scheduled stop time for the Autonomous Database, in UTC.
- Parameters:
scheduledStopTime- The scheduled stop time for the Autonomous Database, in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-