Interface AIRecommendationPerformanceMetric.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIRecommendationPerformanceMetric.Builder,,AIRecommendationPerformanceMetric> SdkBuilder<AIRecommendationPerformanceMetric.Builder,,AIRecommendationPerformanceMetric> SdkPojo
- Enclosing class:
AIRecommendationPerformanceMetric
@Mutable
@NotThreadSafe
public static interface AIRecommendationPerformanceMetric.Builder
extends SdkPojo, CopyableBuilder<AIRecommendationPerformanceMetric.Builder,AIRecommendationPerformanceMetric>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the performance metric.The statistical measure for the metric.The unit of the metric value.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
-
metric
The name of the performance metric.
- Parameters:
metric- The name of the performance metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stat
The statistical measure for the metric.
- Parameters:
stat- The statistical measure for 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.
-
unit
The unit of the metric value.
- Parameters:
unit- The unit of the metric value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-