Interface ListDataSourceSyncJobsResponse.Builder

    • Method Detail

      • history

        ListDataSourceSyncJobsResponse.Builder history​(Collection<DataSourceSyncJob> history)

        A history of synchronization jobs for the data source connector.

        Parameters:
        history - A history of synchronization jobs for the data source connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • history

        ListDataSourceSyncJobsResponse.Builder history​(DataSourceSyncJob... history)

        A history of synchronization jobs for the data source connector.

        Parameters:
        history - A history of synchronization jobs for the data source connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDataSourceSyncJobsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of jobs.

        Parameters:
        nextToken - If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.