Class CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty>
- Enclosing interface:
CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty
@Stability(Stable)
public static final class CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.modelDashboardIndicator(CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty modelDashboardIndicator) modelDashboardIndicator(IResolvable modelDashboardIndicator)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelDashboardIndicator
@Stability(Stable) public CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.Builder modelDashboardIndicator(IResolvable modelDashboardIndicator) Sets the value ofCfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.getModelDashboardIndicator()- Parameters:
modelDashboardIndicator- An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.- Returns:
this
-
modelDashboardIndicator
@Stability(Stable) public CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.Builder modelDashboardIndicator(CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty modelDashboardIndicator) Sets the value ofCfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.getModelDashboardIndicator()- Parameters:
modelDashboardIndicator- An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.- Returns:
this
-
build
@Stability(Stable) public CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty>- Returns:
- a new instance of
CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-