public static interface MonitoringAlertActions.Builder extends SdkPojo, CopyableBuilder<MonitoringAlertActions.Builder,MonitoringAlertActions>
| Modifier and Type | Method and Description |
|---|---|
default MonitoringAlertActions.Builder |
modelDashboardIndicator(Consumer<ModelDashboardIndicatorAction.Builder> modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert
status. |
MonitoringAlertActions.Builder |
modelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert
status. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringAlertActions.Builder modelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
modelDashboardIndicator - An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert status.default MonitoringAlertActions.Builder modelDashboardIndicator(Consumer<ModelDashboardIndicatorAction.Builder> modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert
status.
ModelDashboardIndicatorAction.Builder
avoiding the need to create one manually via ModelDashboardIndicatorAction.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to modelDashboardIndicator(ModelDashboardIndicatorAction).
modelDashboardIndicator - a consumer that will call methods on ModelDashboardIndicatorAction.BuildermodelDashboardIndicator(ModelDashboardIndicatorAction)Copyright © 2022. All rights reserved.