Class CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty>
- Enclosing interface:
CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty
@Stability(Stable)
public static final class CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.modelDashboardIndicator(IResolvable modelDashboardIndicator) modelDashboardIndicator(CfnMonitoringScheduleAlert.ModelDashboardIndicatorActionProperty modelDashboardIndicator)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelDashboardIndicator
@Stability(Stable) public CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty.Builder modelDashboardIndicator(IResolvable modelDashboardIndicator) Sets the value ofCfnMonitoringScheduleAlert.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 CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty.Builder modelDashboardIndicator(CfnMonitoringScheduleAlert.ModelDashboardIndicatorActionProperty modelDashboardIndicator) Sets the value ofCfnMonitoringScheduleAlert.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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty>- Returns:
- a new instance of
CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-