Class CfnMonitoringSchedulePropsMixin.BaselineConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringSchedulePropsMixin.BaselineConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.BaselineConfigProperty>
- Enclosing interface:
CfnMonitoringSchedulePropsMixin.BaselineConfigProperty
@Stability(Stable)
public static final class CfnMonitoringSchedulePropsMixin.BaselineConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.BaselineConfigProperty>
A builder for
CfnMonitoringSchedulePropsMixin.BaselineConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.constraintsResource(CfnMonitoringSchedulePropsMixin.ConstraintsResourceProperty constraintsResource) constraintsResource(IResolvable constraintsResource) statisticsResource(CfnMonitoringSchedulePropsMixin.StatisticsResourceProperty statisticsResource) statisticsResource(IResolvable statisticsResource)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
constraintsResource
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.BaselineConfigProperty.Builder constraintsResource(IResolvable constraintsResource) - Parameters:
constraintsResource- The Amazon S3 URI for the constraints resource.- Returns:
this
-
constraintsResource
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.BaselineConfigProperty.Builder constraintsResource(CfnMonitoringSchedulePropsMixin.ConstraintsResourceProperty constraintsResource) - Parameters:
constraintsResource- The Amazon S3 URI for the constraints resource.- Returns:
this
-
statisticsResource
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.BaselineConfigProperty.Builder statisticsResource(IResolvable statisticsResource) - Parameters:
statisticsResource- The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.- Returns:
this
-
statisticsResource
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.BaselineConfigProperty.Builder statisticsResource(CfnMonitoringSchedulePropsMixin.StatisticsResourceProperty statisticsResource) - Parameters:
statisticsResource- The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.BaselineConfigProperty>- Returns:
- a new instance of
CfnMonitoringSchedulePropsMixin.BaselineConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-