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