Interface MetricStat.Builder

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

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

    • metric

      MetricStat.Builder metric(Metric metric)

      The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get the exact metric name, namespace, and dimensions, inspect the Metric object that is returned by a call to ListMetrics.

      Parameters:
      metric - The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get the exact metric name, namespace, and dimensions, inspect the Metric object that is returned by a call to ListMetrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metric

      default MetricStat.Builder metric(Consumer<Metric.Builder> metric)

      The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get the exact metric name, namespace, and dimensions, inspect the Metric object that is returned by a call to ListMetrics.

      This is a convenience method that creates an instance of the Metric.Builder avoiding the need to create one manually via Metric.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to metric(Metric).

      Parameters:
      metric - a consumer that will call methods on Metric.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stat

      The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide.

      The most commonly used metrics for predictive scaling are Average and Sum.

      Parameters:
      stat - The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide.

      The most commonly used metrics for predictive scaling are Average and Sum.

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

      The unit to use for the returned data points. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference.

      Parameters:
      unit - The unit to use for the returned data points. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.