Interface TopicDetails.Builder

    • Method Detail

      • name

        TopicDetails.Builder name​(String name)

        The name of the topic.

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

        TopicDetails.Builder description​(String description)

        The description of the topic.

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

        TopicDetails.Builder dataSets​(Collection<DatasetMetadata> dataSets)

        The data sets that the topic is associated with.

        Parameters:
        dataSets - The data sets that the topic is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSets

        TopicDetails.Builder dataSets​(DatasetMetadata... dataSets)

        The data sets that the topic is associated with.

        Parameters:
        dataSets - The data sets that the topic is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.