@Stability(value=Stable) public static final class CfnClassifier.CsvClassifierProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnClassifier.CsvClassifierProperty>
CfnClassifier.CsvClassifierProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder allowSingleColumn(Boolean allowSingleColumn)
CfnClassifier.CsvClassifierProperty.getAllowSingleColumn()allowSingleColumn - Enables the processing of files that contain only one column.this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder allowSingleColumn(IResolvable allowSingleColumn)
CfnClassifier.CsvClassifierProperty.getAllowSingleColumn()allowSingleColumn - Enables the processing of files that contain only one column.this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder containsHeader(String containsHeader)
CfnClassifier.CsvClassifierProperty.getContainsHeader()containsHeader - Indicates whether the CSV file contains a header.
A value of UNKNOWN specifies that the classifier will detect whether the CSV file contains headings.
A value of PRESENT specifies that the CSV file contains headings.
A value of ABSENT specifies that the CSV file does not contain headings.
this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder delimiter(String delimiter)
CfnClassifier.CsvClassifierProperty.getDelimiter()delimiter - A custom symbol to denote what separates each column entry in the row.this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder disableValueTrimming(Boolean disableValueTrimming)
CfnClassifier.CsvClassifierProperty.getDisableValueTrimming()disableValueTrimming - Specifies not to trim values before identifying the type of column values.
The default value is true .this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder disableValueTrimming(IResolvable disableValueTrimming)
CfnClassifier.CsvClassifierProperty.getDisableValueTrimming()disableValueTrimming - Specifies not to trim values before identifying the type of column values.
The default value is true .this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder header(List<String> header)
CfnClassifier.CsvClassifierProperty.getHeader()header - A list of strings representing column names.this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder name(String name)
CfnClassifier.CsvClassifierProperty.getName()name - The name of the classifier.this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty.Builder quoteSymbol(String quoteSymbol)
CfnClassifier.CsvClassifierProperty.getQuoteSymbol()quoteSymbol - A custom symbol to denote what combines content into a single column value.
It must be different from the column delimiter.this@Stability(value=Stable) public CfnClassifier.CsvClassifierProperty build()
build in interface software.amazon.jsii.Builder<CfnClassifier.CsvClassifierProperty>CfnClassifier.CsvClassifierPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.