Interface ComparisonMetricValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComparisonMetricValue.Builder,
,ComparisonMetricValue> SdkBuilder<ComparisonMetricValue.Builder,
,ComparisonMetricValue> SdkPojo
- Enclosing class:
ComparisonMetricValue
@Mutable
@NotThreadSafe
public static interface ComparisonMetricValue.Builder
extends SdkPojo, CopyableBuilder<ComparisonMetricValue.Builder,ComparisonMetricValue>
-
Method Summary
Modifier and TypeMethodDescriptionbaselineTimePeriodAmount
(String baselineTimePeriodAmount) The numeric value for the baseline time period measurement.comparisonTimePeriodAmount
(String comparisonTimePeriodAmount) The numeric value for the comparison time period measurement.difference
(String difference) The calculated difference betweenComparisonTimePeriodAmount
andBaselineTimePeriodAmount
.The unit of measurement applicable to all numeric values in this comparison.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, sdkFieldNameToField, sdkFields
-
Method Details
-
baselineTimePeriodAmount
The numeric value for the baseline time period measurement.
- Parameters:
baselineTimePeriodAmount
- The numeric value for the baseline time period measurement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonTimePeriodAmount
The numeric value for the comparison time period measurement.
- Parameters:
comparisonTimePeriodAmount
- The numeric value for the comparison time period measurement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
difference
The calculated difference between
ComparisonTimePeriodAmount
andBaselineTimePeriodAmount
.- Parameters:
difference
- The calculated difference betweenComparisonTimePeriodAmount
andBaselineTimePeriodAmount
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit of measurement applicable to all numeric values in this comparison.
- Parameters:
unit
- The unit of measurement applicable to all numeric values in this comparison.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-