Interface SummarizationDimensionOverview.Builder

  • Method Details

    • 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

      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

      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.