Interface CurrentMetric.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CurrentMetric.Builder,,CurrentMetric> SdkBuilder<CurrentMetric.Builder,,CurrentMetric> SdkPojo
- Enclosing class:
 CurrentMetric
public static interface CurrentMetric.Builder
extends SdkPojo, CopyableBuilder<CurrentMetric.Builder,CurrentMetric> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the metric.name(CurrentMetricName name) The name of the metric.The unit for the metric.The unit for the metric.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, sdkFields 
- 
Method Details
- 
name
The name of the metric.
- Parameters:
 name- The name of the metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
name
The name of the metric.
- Parameters:
 name- The name of the metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unit
The unit for the metric.
- Parameters:
 unit- The unit for the metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unit
The unit for the metric.
- Parameters:
 unit- The unit for the metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -