Interface CloudWatchMetricsDimension.Builder

    • Method Detail

      • name

        CloudWatchMetricsDimension.Builder name​(String name)

        The name of the CloudWatch dimension.

        Parameters:
        name - The name of the CloudWatch dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        CloudWatchMetricsDimension.Builder value​(String value)

        The value of the CloudWatch dimension.

        Parameters:
        value - The value of the CloudWatch dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.