Interface GetIngestionJobRequest.Builder

  • Method Details

    • dataSourceId

      GetIngestionJobRequest.Builder dataSourceId(String dataSourceId)

      The unique identifier of the data source for the data ingestion job you want to get information on.

      Parameters:
      dataSourceId - The unique identifier of the data source for the data ingestion job you want to get information on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestionJobId

      GetIngestionJobRequest.Builder ingestionJobId(String ingestionJobId)

      The unique identifier of the data ingestion job you want to get information on.

      Parameters:
      ingestionJobId - The unique identifier of the data ingestion job you want to get information on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • knowledgeBaseId

      GetIngestionJobRequest.Builder knowledgeBaseId(String knowledgeBaseId)

      The unique identifier of the knowledge base for the data ingestion job you want to get information on.

      Parameters:
      knowledgeBaseId - The unique identifier of the knowledge base for the data ingestion job you want to get information on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetIngestionJobRequest.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.