Class CfnMonitoringSchedule.DatasetFormatProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.DatasetFormatProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.DatasetFormatProperty>
- Enclosing interface:
CfnMonitoringSchedule.DatasetFormatProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.DatasetFormatProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.DatasetFormatProperty>
A builder for
CfnMonitoringSchedule.DatasetFormatProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.csv
(IResolvable csv) Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getCsv()
Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getCsv()
Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getJson()
Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getParquet()
parquet
(IResolvable parquet) Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getParquet()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
csv
Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getCsv()
- Parameters:
csv
-CfnMonitoringSchedule.DatasetFormatProperty.Csv
.- Returns:
this
-
csv
@Stability(Stable) public CfnMonitoringSchedule.DatasetFormatProperty.Builder csv(CfnMonitoringSchedule.CsvProperty csv) Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getCsv()
- Parameters:
csv
-CfnMonitoringSchedule.DatasetFormatProperty.Csv
.- Returns:
this
-
json
Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getJson()
- Parameters:
json
-CfnMonitoringSchedule.DatasetFormatProperty.Json
.- Returns:
this
-
parquet
@Stability(Stable) public CfnMonitoringSchedule.DatasetFormatProperty.Builder parquet(Boolean parquet) Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getParquet()
- Parameters:
parquet
-CfnMonitoringSchedule.DatasetFormatProperty.Parquet
.- Returns:
this
-
parquet
@Stability(Stable) public CfnMonitoringSchedule.DatasetFormatProperty.Builder parquet(IResolvable parquet) Sets the value ofCfnMonitoringSchedule.DatasetFormatProperty.getParquet()
- Parameters:
parquet
-CfnMonitoringSchedule.DatasetFormatProperty.Parquet
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.DatasetFormatProperty>
- Returns:
- a new instance of
CfnMonitoringSchedule.DatasetFormatProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-