Interface CloudWatchMetricsDimension.Builder

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

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

    • 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

      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.