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