Interface SummarizationDimensionOverview.Builder

    • Method Detail

      • name

        SummarizationDimensionOverview.Builder name​(String name)

        Name of the summarization dimension.

        Parameters:
        name - Name of the summarization dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        SummarizationDimensionOverview.Builder count​(Integer count)

        Total number of occurrences for this dimension.

        Parameters:
        count - Total number of occurrences for this dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleValues

        SummarizationDimensionOverview.Builder sampleValues​(Collection<String> sampleValues)

        Indicates the sample values found within the dimension.

        Parameters:
        sampleValues - Indicates the sample values found within the dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleValues

        SummarizationDimensionOverview.Builder sampleValues​(String... sampleValues)

        Indicates the sample values found within the dimension.

        Parameters:
        sampleValues - Indicates the sample values found within the dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.