Class CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty>
- Enclosing interface:
CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty
@Stability(Stable)
public static final class CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enabled(IResolvable enabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.Builder enabled(Boolean enabled) Sets the value ofCfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.getEnabled()- Parameters:
enabled- Indicates whether the alert action is turned on.- Returns:
this
-
enabled
@Stability(Stable) public CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty.getEnabled()- Parameters:
enabled- Indicates whether the alert action is turned on.- Returns:
this
-
build
@Stability(Stable) public CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty>- Returns:
- a new instance of
CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-