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