Interface SelectionCriteria.Builder

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

public static interface SelectionCriteria.Builder extends SdkPojo, CopyableBuilder<SelectionCriteria.Builder,SelectionCriteria>
  • 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 number of storage bytes percentage whose metrics will be selected.

      You must choose a value greater than or equal to 1.0.

      Parameters:
      minStorageBytesPercentage - The minimum number of storage bytes percentage whose metrics will be selected.

      You must choose a value greater than or equal to 1.0.

      Returns:
      Returns a reference to this object so that method calls can be chained together.