Interface CloudwatchMetricAction.Builder

  • Method Details

    • roleArn

      The IAM role that allows access to the CloudWatch metric.

      Parameters:
      roleArn - The IAM role that allows access to the CloudWatch metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricNamespace

      CloudwatchMetricAction.Builder metricNamespace(String metricNamespace)

      The CloudWatch metric namespace name.

      Parameters:
      metricNamespace - The CloudWatch metric namespace name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricName

      CloudwatchMetricAction.Builder metricName(String metricName)

      The CloudWatch metric name.

      Parameters:
      metricName - The CloudWatch metric name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricValue

      CloudwatchMetricAction.Builder metricValue(String metricValue)

      The CloudWatch metric value.

      Parameters:
      metricValue - The CloudWatch metric value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricUnit

      CloudwatchMetricAction.Builder metricUnit(String metricUnit)

      The metric unit supported by CloudWatch.

      Parameters:
      metricUnit - The metric unit supported by CloudWatch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricTimestamp

      CloudwatchMetricAction.Builder metricTimestamp(String metricTimestamp)

      An optional Unix timestamp.

      Parameters:
      metricTimestamp - An optional Unix timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.