Interface ScheduleConfiguration.Builder

    • Method Detail

      • firstExecutionFrom

        ScheduleConfiguration.Builder firstExecutionFrom​(String firstExecutionFrom)

        The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.

        Parameters:
        firstExecutionFrom - The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • object

        ScheduleConfiguration.Builder object​(String object)

        The name of the object to pull from the data source.

        Parameters:
        object - The name of the object to pull from the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduleExpression

        ScheduleConfiguration.Builder scheduleExpression​(String scheduleExpression)

        How often the data should be pulled from data source.

        Parameters:
        scheduleExpression - How often the data should be pulled from data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.