Interface MetricSemantics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetricSemantics.Builder,,MetricSemantics> SdkBuilder<MetricSemantics.Builder,,MetricSemantics> SdkPojo
- Enclosing class:
MetricSemantics
@Mutable
@NotThreadSafe
public static interface MetricSemantics.Builder
extends SdkPojo, CopyableBuilder<MetricSemantics.Builder,MetricSemantics>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Human-readable description of what the metric measures.The unit the metric is reported in.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
description
Human-readable description of what the metric measures.
- Parameters:
description- Human-readable description of what the metric measures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit the metric is reported in.
- Parameters:
unit- The unit the metric is reported in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-