Interface ScheduleConfiguration.Builder

    • Method Detail

      • schedule

        ScheduleConfiguration.Builder schedule​(String schedule)

        The schedule of the data source runs.

        Parameters:
        schedule - The schedule of the data source runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timezone

        ScheduleConfiguration.Builder timezone​(String timezone)

        The timezone of the data source run.

        Parameters:
        timezone - The timezone of the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Timezone, Timezone
      • timezone

        ScheduleConfiguration.Builder timezone​(Timezone timezone)

        The timezone of the data source run.

        Parameters:
        timezone - The timezone of the data source run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Timezone, Timezone