Interface MetricStreamStatisticsMetric.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MetricStreamStatisticsMetric.Builder,,MetricStreamStatisticsMetric> SdkBuilder<MetricStreamStatisticsMetric.Builder,,MetricStreamStatisticsMetric> SdkPojo
- Enclosing class:
 MetricStreamStatisticsMetric
public static interface MetricStreamStatisticsMetric.Builder
extends SdkPojo, CopyableBuilder<MetricStreamStatisticsMetric.Builder,MetricStreamStatisticsMetric> 
- 
Method Summary
Modifier and TypeMethodDescriptionmetricName(String metricName) The name of the metric.The namespace of 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
- 
namespace
The namespace of the metric.
- Parameters:
 namespace- The namespace of the metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 
 -