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