Interface ScheduledOperationDetails.Builder

  • 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 the DayOfWeek.Builder avoiding the need to create one manually via DayOfWeek.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dayOfWeek(DayOfWeek).

      Parameters:
      dayOfWeek - a consumer that will call methods on DayOfWeek.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scheduledStartTime

      ScheduledOperationDetails.Builder scheduledStartTime(String 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

      ScheduledOperationDetails.Builder scheduledStopTime(String 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.