Interface DataSourceSummary.Builder

    • Method Detail

      • knowledgeBaseId

        DataSourceSummary.Builder knowledgeBaseId​(String knowledgeBaseId)
        Sets the value of the KnowledgeBaseId property for this object.
        Parameters:
        knowledgeBaseId - The new value for the KnowledgeBaseId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSourceId

        DataSourceSummary.Builder dataSourceId​(String dataSourceId)
        Sets the value of the DataSourceId property for this object.
        Parameters:
        dataSourceId - The new value for the DataSourceId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DataSourceSummary.Builder name​(String name)
        Sets the value of the Name property for this object.
        Parameters:
        name - The new value for the Name property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DataSourceSummary.Builder status​(String status)
        Sets the value of the Status property for this object.
        Parameters:
        status - The new value for the Status property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSourceStatus, DataSourceStatus
      • description

        DataSourceSummary.Builder description​(String description)
        Sets the value of the Description property for this object.
        Parameters:
        description - The new value for the Description property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        DataSourceSummary.Builder updatedAt​(Instant updatedAt)
        Sets the value of the UpdatedAt property for this object.
        Parameters:
        updatedAt - The new value for the UpdatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.