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
Modifier and TypeMethodDescriptiondefault MonitoringAlertActions.BuildermodelDashboardIndicator(Consumer<ModelDashboardIndicatorAction.Builder> modelDashboardIndicator) An alert action taken to light up an icon on the Model Dashboard when an alert goes intoInAlertstatus.modelDashboardIndicator(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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:
 
 
 -