Interface Dimension.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Dimension.Builder,Dimension>,SdkBuilder<Dimension.Builder,Dimension>,SdkPojo
- Enclosing class:
- Dimension
public static interface Dimension.Builder extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dimension.Buildername(String name)For the metric that the CloudWatch alarm is associated with, the name of one dimension.Dimension.Buildervalue(String value)For the metric that the CloudWatch alarm is associated with, the value of one dimension.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
Dimension.Builder name(String name)
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
- Parameters:
name- For the metric that the CloudWatch alarm is associated with, the name of one dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Dimension.Builder value(String value)
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
- Parameters:
value- For the metric that the CloudWatch alarm is associated with, the value of one dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-