Interface ResponseResourceMetric.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResponseResourceMetric.Builder,ResponseResourceMetric>,SdkBuilder<ResponseResourceMetric.Builder,ResponseResourceMetric>,SdkPojo
- Enclosing class:
- ResponseResourceMetric
public static interface ResponseResourceMetric.Builder extends SdkPojo, CopyableBuilder<ResponseResourceMetric.Builder,ResponseResourceMetric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseResourceMetric.Builderdescription(String description)The description of the metric.ResponseResourceMetric.Buildermetric(String metric)The full name of the metric.ResponseResourceMetric.Builderunit(String unit)The unit of the metric.-
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
-
metric
ResponseResourceMetric.Builder metric(String metric)
The full name of the metric.
- Parameters:
metric- The full name of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ResponseResourceMetric.Builder description(String description)
The description of the metric.
- Parameters:
description- The description of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
ResponseResourceMetric.Builder unit(String unit)
The unit of the metric.
- Parameters:
unit- The unit of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-