Class CfnMonitoringSchedule.BatchTransformInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.BatchTransformInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.BatchTransformInputProperty>
- Enclosing interface:
- CfnMonitoringSchedule.BatchTransformInputProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.BatchTransformInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.BatchTransformInputProperty>
A builder for
CfnMonitoringSchedule.BatchTransformInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri) datasetFormat(IResolvable datasetFormat) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getDatasetFormat()datasetFormat(CfnMonitoringSchedule.DatasetFormatProperty datasetFormat) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getDatasetFormat()Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getLocalPath()s3DataDistributionType(String s3DataDistributionType) s3InputMode(String s3InputMode) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getS3InputMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataCapturedDestinationS3Uri
@Stability(Stable) public CfnMonitoringSchedule.BatchTransformInputProperty.Builder dataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getDataCapturedDestinationS3Uri()- Parameters:
dataCapturedDestinationS3Uri-CfnMonitoringSchedule.BatchTransformInputProperty.DataCapturedDestinationS3Uri. This parameter is required.- Returns:
this
-
datasetFormat
@Stability(Stable) public CfnMonitoringSchedule.BatchTransformInputProperty.Builder datasetFormat(IResolvable datasetFormat) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getDatasetFormat()- Parameters:
datasetFormat-CfnMonitoringSchedule.BatchTransformInputProperty.DatasetFormat. This parameter is required.- Returns:
this
-
datasetFormat
@Stability(Stable) public CfnMonitoringSchedule.BatchTransformInputProperty.Builder datasetFormat(CfnMonitoringSchedule.DatasetFormatProperty datasetFormat) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getDatasetFormat()- Parameters:
datasetFormat-CfnMonitoringSchedule.BatchTransformInputProperty.DatasetFormat. This parameter is required.- Returns:
this
-
localPath
@Stability(Stable) public CfnMonitoringSchedule.BatchTransformInputProperty.Builder localPath(String localPath) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getLocalPath()- Parameters:
localPath-CfnMonitoringSchedule.BatchTransformInputProperty.LocalPath. This parameter is required.- Returns:
this
-
s3DataDistributionType
@Stability(Stable) public CfnMonitoringSchedule.BatchTransformInputProperty.Builder s3DataDistributionType(String s3DataDistributionType) - Parameters:
s3DataDistributionType-CfnMonitoringSchedule.BatchTransformInputProperty.S3DataDistributionType.- Returns:
this
-
s3InputMode
@Stability(Stable) public CfnMonitoringSchedule.BatchTransformInputProperty.Builder s3InputMode(String s3InputMode) Sets the value ofCfnMonitoringSchedule.BatchTransformInputProperty.getS3InputMode()- Parameters:
s3InputMode-CfnMonitoringSchedule.BatchTransformInputProperty.S3InputMode.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.BatchTransformInputProperty>- Returns:
- a new instance of
CfnMonitoringSchedule.BatchTransformInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-