Interface MetricResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetricResult.Builder,MetricResult>,SdkBuilder<MetricResult.Builder,MetricResult>,SdkPojo
- Enclosing class:
- MetricResult
public static interface MetricResult.Builder extends SdkPojo, CopyableBuilder<MetricResult.Builder,MetricResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricResult.BuildermetricName(String metricName)The name of the metric.MetricResult.BuildermetricValue(Double metricValue)The value for 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
-
metricName
MetricResult.Builder metricName(String metricName)
The name of the metric.
- Parameters:
metricName- The name of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricValue
MetricResult.Builder metricValue(Double metricValue)
The value for the metric.
- Parameters:
metricValue- The value for the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-