Interface EdgeMetric.Builder

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

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

    • dimension

      EdgeMetric.Builder dimension(String dimension)

      The dimension of metrics published.

      Parameters:
      dimension - The dimension of metrics published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricName

      EdgeMetric.Builder metricName(String metricName)

      Returns the name of the metric.

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

      EdgeMetric.Builder value(Double value)

      Returns the value of the metric.

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

      EdgeMetric.Builder timestamp(Instant timestamp)

      Timestamp of when the metric was requested.

      Parameters:
      timestamp - Timestamp of when the metric was requested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.