Interface SelectionCriteria.Builder

  • Method Details

    • delimiter

      SelectionCriteria.Builder delimiter(String delimiter)

      A container for the delimiter of the selection criteria being used.

      Parameters:
      delimiter - A container for the delimiter of the selection criteria being used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxDepth

      SelectionCriteria.Builder maxDepth(Integer maxDepth)

      The max depth of the selection criteria

      Parameters:
      maxDepth - The max depth of the selection criteria
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minStorageBytesPercentage

      SelectionCriteria.Builder minStorageBytesPercentage(Double minStorageBytesPercentage)

      The minimum percentage of total bucket storage that a prefix must hold for its metrics to be included.

      Parameters:
      minStorageBytesPercentage - The minimum percentage of total bucket storage that a prefix must hold for its metrics to be included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.