Interface MonitoringAlertActions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MonitoringAlertActions.Builder,MonitoringAlertActions>,SdkBuilder<MonitoringAlertActions.Builder,MonitoringAlertActions>,SdkPojo
- Enclosing class:
- MonitoringAlertActions
public static interface MonitoringAlertActions.Builder extends SdkPojo, CopyableBuilder<MonitoringAlertActions.Builder,MonitoringAlertActions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MonitoringAlertActions.BuildermodelDashboardIndicator(Consumer<ModelDashboardIndicatorAction.Builder> modelDashboardIndicator)An alert action taken to light up an icon on the Model Dashboard when an alert goes intoInAlertstatus.MonitoringAlertActions.BuildermodelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)An alert action taken to light up an icon on the Model Dashboard when an alert goes intoInAlertstatus.-
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
-
modelDashboardIndicator
MonitoringAlertActions.Builder modelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlertstatus.- Parameters:
modelDashboardIndicator- An alert action taken to light up an icon on the Model Dashboard when an alert goes intoInAlertstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelDashboardIndicator
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
This is a convenience method that creates an instance of theInAlertstatus.ModelDashboardIndicatorAction.Builderavoiding the need to create one manually viaModelDashboardIndicatorAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelDashboardIndicator(ModelDashboardIndicatorAction).- Parameters:
modelDashboardIndicator- a consumer that will call methods onModelDashboardIndicatorAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
modelDashboardIndicator(ModelDashboardIndicatorAction)
-
-