Interface CloudwatchMetricAction.Builder

    • Method Detail

      • roleArn

        CloudwatchMetricAction.Builder roleArn​(String 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.