Class ListDataSourceSyncJobsRequest

    • Method Detail

      • applicationId

        public final String applicationId()

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

        Returns:
        The identifier of the Amazon Q application connected to the data source.
      • dataSourceId

        public final String dataSourceId()

        The identifier of the data source connector.

        Returns:
        The identifier of the data source connector.
      • endTime

        public final Instant endTime()

        The end time of the data source connector sync.

        Returns:
        The end time of the data source connector sync.
      • indexId

        public final String indexId()

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

        Returns:
        The identifier of the index used with the Amazon Q data source connector.
      • maxResults

        public final Integer maxResults()

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

        Returns:
        The maximum number of synchronization jobs to return in the response.
      • nextToken

        public final 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.

        Returns:
        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.
      • startTime

        public final Instant startTime()

        The start time of the data source connector sync.

        Returns:
        The start time of the data source connector sync.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object