public static interface Dimension.Builder extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension>
Modifier and Type | Method and Description |
---|---|
Dimension.Builder |
name(String name)
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
|
Dimension.Builder |
value(String value)
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
|
copy
applyMutation, build
Dimension.Builder name(String name)
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
name
- For the metric that the CloudWatch alarm is associated with, the name of one dimension.Dimension.Builder value(String value)
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
value
- For the metric that the CloudWatch alarm is associated with, the value of one dimension.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.