Interface AlertCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AlertCondition.Builder,,AlertCondition> SdkBuilder<AlertCondition.Builder,,AlertCondition> SdkPojo
- Enclosing class:
AlertCondition
@Mutable
@NotThreadSafe
public static interface AlertCondition.Builder
extends SdkPojo, CopyableBuilder<AlertCondition.Builder,AlertCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparator(String comparator) The comparison operator applied to the threshold.comparator(Comparator comparator) The comparison operator applied to the threshold.criticalThreshold(Double criticalThreshold) The value at which the alert enters the CRITICAL state.thresholdField(String thresholdField) The field the threshold is evaluated against.thresholdMode(String thresholdMode) How the threshold is applied to query results.thresholdMode(ThresholdMode thresholdMode) How the threshold is applied to query results.warningThreshold(Double warningThreshold) The value at which the alert enters the WARNING state.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
-
thresholdMode
How the threshold is applied to query results.
- Parameters:
thresholdMode- How the threshold is applied to query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thresholdMode
How the threshold is applied to query results.
- Parameters:
thresholdMode- How the threshold is applied to query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thresholdField
The field the threshold is evaluated against.
- Parameters:
thresholdField- The field the threshold is evaluated against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparator
The comparison operator applied to the threshold.
- Parameters:
comparator- The comparison operator applied to the threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparator
The comparison operator applied to the threshold.
- Parameters:
comparator- The comparison operator applied to the threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
warningThreshold
The value at which the alert enters the WARNING state.
- Parameters:
warningThreshold- The value at which the alert enters the WARNING state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
criticalThreshold
The value at which the alert enters the CRITICAL state.
- Parameters:
criticalThreshold- The value at which the alert enters the CRITICAL state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-