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