Interface ListDataSourceSyncJobsRequest.Builder

  • Method Details

    • 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.
    • applicationId

      ListDataSourceSyncJobsRequest.Builder applicationId(String applicationId)

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

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

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

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

      If the maxResults response was incpmplete because there is more data to retriever, Amazon Q Business 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 Business 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.
    • 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.
    • 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.
    • 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.
    • statusFilter

      ListDataSourceSyncJobsRequest.Builder statusFilter(String statusFilter)

      Only returns synchronization jobs with the Status field equal to the specified status.

      Parameters:
      statusFilter - Only returns synchronization jobs with the Status field equal to the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusFilter

      Only returns synchronization jobs with the Status field equal to the specified status.

      Parameters:
      statusFilter - Only returns synchronization jobs with the Status field equal to the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListDataSourceSyncJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.