Class MonitoringScheduleAlertReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.sagemaker.MonitoringScheduleAlertReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MonitoringScheduleAlertReference>
- Enclosing interface:
MonitoringScheduleAlertReference
@Stability(Stable)
public static final class MonitoringScheduleAlertReference.Builder
extends Object
implements software.amazon.jsii.Builder<MonitoringScheduleAlertReference>
A builder for
MonitoringScheduleAlertReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.monitoringScheduleAlertArn(String monitoringScheduleAlertArn) Sets the value ofMonitoringScheduleAlertReference.getMonitoringScheduleAlertArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
monitoringScheduleAlertArn
@Stability(Stable) public MonitoringScheduleAlertReference.Builder monitoringScheduleAlertArn(String monitoringScheduleAlertArn) Sets the value ofMonitoringScheduleAlertReference.getMonitoringScheduleAlertArn()- Parameters:
monitoringScheduleAlertArn- The Arn of the MonitoringScheduleAlert resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MonitoringScheduleAlertReference>- Returns:
- a new instance of
MonitoringScheduleAlertReference - Throws:
NullPointerException- if any required attribute was not provided
-