Interface ThresholdAlertsConfigurations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThresholdAlertsConfigurations.Builder,ThresholdAlertsConfigurations>,SdkBuilder<ThresholdAlertsConfigurations.Builder,ThresholdAlertsConfigurations>,SdkPojo
- Enclosing class:
- ThresholdAlertsConfigurations
@Mutable @NotThreadSafe public static interface ThresholdAlertsConfigurations.Builder extends SdkPojo, CopyableBuilder<ThresholdAlertsConfigurations.Builder,ThresholdAlertsConfigurations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThresholdAlertsConfigurations.Builderenabled(Boolean enabled)The threshold alerts configuration for an embedded QuickSight dashboard.-
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 Detail
-
enabled
ThresholdAlertsConfigurations.Builder enabled(Boolean enabled)
The threshold alerts configuration for an embedded QuickSight dashboard.
- Parameters:
enabled- The threshold alerts configuration for an embedded QuickSight dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-