Class CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty>
- Enclosing interface:
CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty
@Stability(Stable)
public static final class CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.monitoringJobDefinition(CfnMonitoringSchedulePropsMixin.MonitoringJobDefinitionProperty monitoringJobDefinition) monitoringJobDefinition(IResolvable monitoringJobDefinition) monitoringJobDefinitionName(String monitoringJobDefinitionName) monitoringType(String monitoringType) scheduleConfig(CfnMonitoringSchedulePropsMixin.ScheduleConfigProperty scheduleConfig) scheduleConfig(IResolvable scheduleConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
monitoringJobDefinition
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder monitoringJobDefinition(IResolvable monitoringJobDefinition) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.getMonitoringJobDefinition()- Parameters:
monitoringJobDefinition- Defines the monitoring job.- Returns:
this
-
monitoringJobDefinition
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder monitoringJobDefinition(CfnMonitoringSchedulePropsMixin.MonitoringJobDefinitionProperty monitoringJobDefinition) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.getMonitoringJobDefinition()- Parameters:
monitoringJobDefinition- Defines the monitoring job.- Returns:
this
-
monitoringJobDefinitionName
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder monitoringJobDefinitionName(String monitoringJobDefinitionName) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.getMonitoringJobDefinitionName()- Parameters:
monitoringJobDefinitionName- The name of the monitoring job definition to schedule.- Returns:
this
-
monitoringType
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder monitoringType(String monitoringType) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.getMonitoringType()- Parameters:
monitoringType- The type of the monitoring job definition to schedule.- Returns:
this
-
scheduleConfig
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder scheduleConfig(IResolvable scheduleConfig) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.getScheduleConfig()- Parameters:
scheduleConfig- Configures the monitoring schedule.- Returns:
this
-
scheduleConfig
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.Builder scheduleConfig(CfnMonitoringSchedulePropsMixin.ScheduleConfigProperty scheduleConfig) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty.getScheduleConfig()- Parameters:
scheduleConfig- Configures the monitoring schedule.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty>- Returns:
- a new instance of
CfnMonitoringSchedulePropsMixin.MonitoringScheduleConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-