Class CfnMonitoringSchedule.StatisticsResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.StatisticsResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.StatisticsResourceProperty>
- Enclosing interface:
CfnMonitoringSchedule.StatisticsResourceProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.StatisticsResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.StatisticsResourceProperty>
A builder for
CfnMonitoringSchedule.StatisticsResourceProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnMonitoringSchedule.StatisticsResourceProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Uri
@Stability(Stable) public CfnMonitoringSchedule.StatisticsResourceProperty.Builder s3Uri(String s3Uri) Sets the value ofCfnMonitoringSchedule.StatisticsResourceProperty.getS3Uri()
- Parameters:
s3Uri
- The S3 URI for the statistics resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.StatisticsResourceProperty>
- Returns:
- a new instance of
CfnMonitoringSchedule.StatisticsResourceProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-