Interface AlertStateData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AlertStateData.Builder,,AlertStateData> SdkBuilder<AlertStateData.Builder,,AlertStateData> SdkPojo
- Enclosing class:
AlertStateData
@Mutable
@NotThreadSafe
public static interface AlertStateData.Builder
extends SdkPojo, CopyableBuilder<AlertStateData.Builder,AlertStateData>
-
Method Summary
Modifier and TypeMethodDescriptionthresholdBreached(Double thresholdBreached) For COUNT_OF_RESULTS alerts, the row count that breached; null for FIELD_VALUE (multi-contributor) alerts.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
-
thresholdBreached
For COUNT_OF_RESULTS alerts, the row count that breached; null for FIELD_VALUE (multi-contributor) alerts.
- Parameters:
thresholdBreached- For COUNT_OF_RESULTS alerts, the row count that breached; null for FIELD_VALUE (multi-contributor) alerts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-