Class CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty>
- Enclosing interface:
CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty
@Stability(Stable)
public static final class CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty>
A builder for
CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.getS3Output()s3Output(IResolvable s3Output) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.getS3Output()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Output
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.Builder s3Output(IResolvable s3Output) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.getS3Output()- Parameters:
s3Output- The Amazon S3 storage location where the results of a monitoring job are saved.- Returns:
this
-
s3Output
@Stability(Stable) public CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.Builder s3Output(CfnMonitoringSchedulePropsMixin.S3OutputProperty s3Output) Sets the value ofCfnMonitoringSchedulePropsMixin.MonitoringOutputProperty.getS3Output()- Parameters:
s3Output- The Amazon S3 storage location where the results of a monitoring job are saved.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty>- Returns:
- a new instance of
CfnMonitoringSchedulePropsMixin.MonitoringOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-