Interface ThresholdV2.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThresholdV2.Builder,
,ThresholdV2> SdkBuilder<ThresholdV2.Builder,
,ThresholdV2> SdkPojo
- Enclosing class:
ThresholdV2
public static interface ThresholdV2.Builder
extends SdkPojo, CopyableBuilder<ThresholdV2.Builder,ThresholdV2>
-
Method Summary
Modifier and TypeMethodDescriptioncomparison
(String comparison) The type of comparison.thresholdValue
(Double thresholdValue) The threshold value to compare.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
-
comparison
The type of comparison. Only "less than" (LT) comparisons are supported.
- Parameters:
comparison
- The type of comparison. Only "less than" (LT) comparisons are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thresholdValue
The threshold value to compare.
- Parameters:
thresholdValue
- The threshold value to compare.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-