Interface BaselineMetric.Builder

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

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

    • name

      The name of the metric.

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

      The value for the metric.

      Parameters:
      value - The value for the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.