Interface MetricQueryResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetricQueryResult.Builder,,MetricQueryResult> SdkBuilder<MetricQueryResult.Builder,,MetricQueryResult> SdkPojo
- Enclosing class:
MetricQueryResult
public static interface MetricQueryResult.Builder
extends SdkPojo, CopyableBuilder<MetricQueryResult.Builder,MetricQueryResult>
-
Method Summary
Modifier and TypeMethodDescriptionA message describing the status of the metric query.metricValues(Double... metricValues) The metric values retrieved by the query.metricValues(Collection<Double> metricValues) The metric values retrieved by the query.The status of the metric query.status(MetricQueryResultStatus status) The status of the metric query.xAxisValues(Long... xAxisValues) The values for the x-axis of the metrics.xAxisValues(Collection<Long> xAxisValues) The values for the x-axis of the metrics.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
-
status
The status of the metric query.
- Parameters:
status- The status of the metric query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the metric query.
- Parameters:
status- The status of the metric query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A message describing the status of the metric query.
- Parameters:
message- A message describing the status of the metric query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xAxisValues
The values for the x-axis of the metrics.
- Parameters:
xAxisValues- The values for the x-axis of the metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xAxisValues
The values for the x-axis of the metrics.
- Parameters:
xAxisValues- The values for the x-axis of the metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricValues
The metric values retrieved by the query.
- Parameters:
metricValues- The metric values retrieved by the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricValues
The metric values retrieved by the query.
- Parameters:
metricValues- The metric values retrieved by the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-