Interface TrialComponentMetricSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrialComponentMetricSummary.Builder,
,TrialComponentMetricSummary> SdkBuilder<TrialComponentMetricSummary.Builder,
,TrialComponentMetricSummary> SdkPojo
- Enclosing class:
TrialComponentMetricSummary
public static interface TrialComponentMetricSummary.Builder
extends SdkPojo, CopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe average value of the metric.The number of samples used to generate the metric.The most recent value of the metric.The maximum value of the metric.metricName
(String metricName) The name of the metric.The minimum value of the metric.The Amazon Resource Name (ARN) of the source.The standard deviation of the metric.When the metric was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
-
sourceArn
The Amazon Resource Name (ARN) of the source.
- Parameters:
sourceArn
- The Amazon Resource Name (ARN) of the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeStamp
When the metric was last updated.
- Parameters:
timeStamp
- When the metric was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
The maximum value of the metric.
- Parameters:
max
- The maximum value of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
min
The minimum value of the metric.
- Parameters:
min
- The minimum value of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
last
The most recent value of the metric.
- Parameters:
last
- The most recent value of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of samples used to generate the metric.
- Parameters:
count
- The number of samples used to generate the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
avg
The average value of the metric.
- Parameters:
avg
- The average value of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stdDev
The standard deviation of the metric.
- Parameters:
stdDev
- The standard deviation of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-