Interface ListDataSourceSyncJobsRequest.Builder

    • Method Detail

      • applicationId

        ListDataSourceSyncJobsRequest.Builder applicationId​(String applicationId)

        The identifier of the Amazon Q application connected to the data source.

        Parameters:
        applicationId - The identifier of the Amazon Q application connected to the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSourceId

        ListDataSourceSyncJobsRequest.Builder dataSourceId​(String dataSourceId)

        The identifier of the data source connector.

        Parameters:
        dataSourceId - The identifier of the data source connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ListDataSourceSyncJobsRequest.Builder endTime​(Instant endTime)

        The end time of the data source connector sync.

        Parameters:
        endTime - The end time of the data source connector sync.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexId

        ListDataSourceSyncJobsRequest.Builder indexId​(String indexId)

        The identifier of the index used with the Amazon Q data source connector.

        Parameters:
        indexId - The identifier of the index used with the Amazon Q data source connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDataSourceSyncJobsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of synchronization jobs to return in the response.

        Parameters:
        maxResults - The maximum number of synchronization jobs to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDataSourceSyncJobsRequest.Builder nextToken​(String nextToken)

        If the maxResults response was incpmplete because there is more data to retriever, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.

        Parameters:
        nextToken - If the maxResults response was incpmplete because there is more data to retriever, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ListDataSourceSyncJobsRequest.Builder startTime​(Instant startTime)

        The start time of the data source connector sync.

        Parameters:
        startTime - The start time of the data source connector sync.
        Returns:
        Returns a reference to this object so that method calls can be chained together.