Interface RefreshSchedule.Builder

    • Method Detail

      • frequency

        RefreshSchedule.Builder frequency​(RefreshScheduleFrequency frequency)

        The frequency at which you want the dashboard refreshed.

        Parameters:
        frequency - The frequency at which you want the dashboard refreshed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        RefreshSchedule.Builder status​(String status)

        Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.

        Parameters:
        status - Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RefreshScheduleStatus, RefreshScheduleStatus
      • status

        RefreshSchedule.Builder status​(RefreshScheduleStatus status)

        Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.

        Parameters:
        status - Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RefreshScheduleStatus, RefreshScheduleStatus
      • timeOfDay

        RefreshSchedule.Builder timeOfDay​(String timeOfDay)

        The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.

        Parameters:
        timeOfDay - The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.
        Returns:
        Returns a reference to this object so that method calls can be chained together.