Class CfnMonitoringSchedule.CsvProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.CsvProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.CsvProperty>
- Enclosing interface:
CfnMonitoringSchedule.CsvProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.CsvProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.CsvProperty>
A builder for
CfnMonitoringSchedule.CsvProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnMonitoringSchedule.CsvProperty.getHeader()
header
(IResolvable header) Sets the value ofCfnMonitoringSchedule.CsvProperty.getHeader()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
header
Sets the value ofCfnMonitoringSchedule.CsvProperty.getHeader()
- Parameters:
header
- A boolean flag indicating if given CSV has header.- Returns:
this
-
header
Sets the value ofCfnMonitoringSchedule.CsvProperty.getHeader()
- Parameters:
header
- A boolean flag indicating if given CSV has header.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.CsvProperty>
- Returns:
- a new instance of
CfnMonitoringSchedule.CsvProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-