Class CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringOutputConfigProperty>
- Enclosing interface:
CfnMonitoringSchedule.MonitoringOutputConfigProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringOutputConfigProperty>
A builder for
CfnMonitoringSchedule.MonitoringOutputConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnMonitoringSchedule.MonitoringOutputConfigProperty.getKmsKeyId()
monitoringOutputs
(List<? extends Object> monitoringOutputs) monitoringOutputs
(IResolvable monitoringOutputs)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
monitoringOutputs
@Stability(Stable) public CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder monitoringOutputs(IResolvable monitoringOutputs) - Parameters:
monitoringOutputs
- Monitoring outputs for monitoring jobs. This parameter is required. This is where the output of the periodic monitoring jobs is uploaded.- Returns:
this
-
monitoringOutputs
@Stability(Stable) public CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder monitoringOutputs(List<? extends Object> monitoringOutputs) - Parameters:
monitoringOutputs
- Monitoring outputs for monitoring jobs. This parameter is required. This is where the output of the periodic monitoring jobs is uploaded.- Returns:
this
-
kmsKeyId
@Stability(Stable) public CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnMonitoringSchedule.MonitoringOutputConfigProperty.getKmsKeyId()
- Parameters:
kmsKeyId
- The AWS Key Management Service ( AWS KMS ) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.MonitoringOutputConfigProperty>
- Returns:
- a new instance of
CfnMonitoringSchedule.MonitoringOutputConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-