Interface ExportMetric.Builder

    • Method Detail

      • name

        ExportMetric.Builder name​(String name)
        Sets the value of the Name property for this object.
        Parameters:
        name - The new value for the Name property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Metric, Metric
      • name

        ExportMetric.Builder name​(Metric name)
        Sets the value of the Name property for this object.
        Parameters:
        name - The new value for the Name property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Metric, Metric
      • aggregation

        ExportMetric.Builder aggregation​(String aggregation)
        Sets the value of the Aggregation property for this object.
        Parameters:
        aggregation - The new value for the Aggregation property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MetricAggregation, MetricAggregation
      • aggregation

        ExportMetric.Builder aggregation​(MetricAggregation aggregation)
        Sets the value of the Aggregation property for this object.
        Parameters:
        aggregation - The new value for the Aggregation property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MetricAggregation, MetricAggregation