Interface TargetTrackingMetricStat.Builder

    • Method Detail

      • metric

        TargetTrackingMetricStat.Builder metric​(Metric metric)

        The metric to use.

        Parameters:
        metric - The metric to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stat

        TargetTrackingMetricStat.Builder stat​(String 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 metric for scaling is Average.

        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 metric for scaling is Average.

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

        TargetTrackingMetricStat.Builder unit​(String 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.