Interface ModelDashboardIndicatorAction.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelDashboardIndicatorAction.Builder,ModelDashboardIndicatorAction>
,SdkBuilder<ModelDashboardIndicatorAction.Builder,ModelDashboardIndicatorAction>
,SdkPojo
- Enclosing class:
- ModelDashboardIndicatorAction
public static interface ModelDashboardIndicatorAction.Builder extends SdkPojo, CopyableBuilder<ModelDashboardIndicatorAction.Builder,ModelDashboardIndicatorAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelDashboardIndicatorAction.Builder
enabled(Boolean enabled)
Indicates whether the alert action is turned on.-
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
ModelDashboardIndicatorAction.Builder enabled(Boolean enabled)
Indicates whether the alert action is turned on.
- Parameters:
enabled
- Indicates whether the alert action is turned on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-