Interface DataSourceSummary.Builder

  • Method Details

    • dataSourceId

      DataSourceSummary.Builder dataSourceId(String dataSourceId)

      The unique identifier of the data source.

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

      DataSourceSummary.Builder description(String description)

      The description of the data source.

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

      DataSourceSummary.Builder knowledgeBaseId(String knowledgeBaseId)

      The unique identifier of the knowledge base to which the data source belongs.

      Parameters:
      knowledgeBaseId - The unique identifier of the knowledge base to which the data source belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the data source.

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

      The status of the data source.

      Parameters:
      status - The status of the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the data source.

      Parameters:
      status - The status of the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      DataSourceSummary.Builder updatedAt(Instant updatedAt)

      The time at which the data source was last updated.

      Parameters:
      updatedAt - The time at which the data source was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.