Interface HistogramEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HistogramEntry.Builder,HistogramEntry>, SdkBuilder<HistogramEntry.Builder,HistogramEntry>, SdkPojo
Enclosing class:
HistogramEntry

public static interface HistogramEntry.Builder extends SdkPojo, CopyableBuilder<HistogramEntry.Builder,HistogramEntry>
  • Method Details

    • value

      The value of the entry.

      Parameters:
      value - The value of the entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      The prevalence of the entry.

      Parameters:
      count - The prevalence of the entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.