public static interface UpdateCsvClassifierRequest.Builder extends SdkPojo, CopyableBuilder<UpdateCsvClassifierRequest.Builder,UpdateCsvClassifierRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCsvClassifierRequest.Builder |
allowSingleColumn(Boolean allowSingleColumn)
Enables the processing of files that contain only one column.
|
UpdateCsvClassifierRequest.Builder |
containsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
|
UpdateCsvClassifierRequest.Builder |
containsHeader(String containsHeader)
Indicates whether the CSV file contains a header.
|
UpdateCsvClassifierRequest.Builder |
delimiter(String delimiter)
A custom symbol to denote what separates each column entry in the row.
|
UpdateCsvClassifierRequest.Builder |
disableValueTrimming(Boolean disableValueTrimming)
Specifies not to trim values before identifying the type of column values.
|
UpdateCsvClassifierRequest.Builder |
header(Collection<String> header)
A list of strings representing column names.
|
UpdateCsvClassifierRequest.Builder |
header(String... header)
A list of strings representing column names.
|
UpdateCsvClassifierRequest.Builder |
name(String name)
The name of the classifier.
|
UpdateCsvClassifierRequest.Builder |
quoteSymbol(String quoteSymbol)
A custom symbol to denote what combines content into a single column value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCsvClassifierRequest.Builder name(String name)
The name of the classifier.
name - The name of the classifier.UpdateCsvClassifierRequest.Builder delimiter(String delimiter)
A custom symbol to denote what separates each column entry in the row.
delimiter - A custom symbol to denote what separates each column entry in the row.UpdateCsvClassifierRequest.Builder quoteSymbol(String quoteSymbol)
A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.
quoteSymbol - A custom symbol to denote what combines content into a single column value. It must be different from
the column delimiter.UpdateCsvClassifierRequest.Builder containsHeader(String containsHeader)
Indicates whether the CSV file contains a header.
containsHeader - Indicates whether the CSV file contains a header.CsvHeaderOption,
CsvHeaderOptionUpdateCsvClassifierRequest.Builder containsHeader(CsvHeaderOption containsHeader)
Indicates whether the CSV file contains a header.
containsHeader - Indicates whether the CSV file contains a header.CsvHeaderOption,
CsvHeaderOptionUpdateCsvClassifierRequest.Builder header(Collection<String> header)
A list of strings representing column names.
header - A list of strings representing column names.UpdateCsvClassifierRequest.Builder header(String... header)
A list of strings representing column names.
header - A list of strings representing column names.UpdateCsvClassifierRequest.Builder disableValueTrimming(Boolean disableValueTrimming)
Specifies not to trim values before identifying the type of column values. The default value is true.
disableValueTrimming - Specifies not to trim values before identifying the type of column values. The default value is true.UpdateCsvClassifierRequest.Builder allowSingleColumn(Boolean allowSingleColumn)
Enables the processing of files that contain only one column.
allowSingleColumn - Enables the processing of files that contain only one column.Copyright © 2020. All rights reserved.