Interface AutoTuneMaintenanceSchedule.Builder

    • Method Detail

      • startAt

        AutoTuneMaintenanceSchedule.Builder startAt​(Instant 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

        AutoTuneMaintenanceSchedule.Builder duration​(Duration 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.
      • cronExpressionForRecurrence

        AutoTuneMaintenanceSchedule.Builder cronExpressionForRecurrence​(String 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.