@Stability(value=Stable) @Internal public static final class CfnClassifier.CsvClassifierProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClassifier.CsvClassifierProperty
CfnClassifier.CsvClassifierPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnClassifier.CsvClassifierProperty.Builder, CfnClassifier.CsvClassifierProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnClassifier.CsvClassifierProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnClassifier.CsvClassifierProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAllowSingleColumn()
Enables the processing of files that contain only one column.
|
String |
getContainsHeader()
Indicates whether the CSV file contains a header.
|
String |
getDelimiter()
A custom symbol to denote what separates each column entry in the row.
|
Object |
getDisableValueTrimming()
Specifies not to trim values before identifying the type of column values.
|
List<String> |
getHeader()
A list of strings representing column names.
|
String |
getName()
The name of the classifier.
|
String |
getQuoteSymbol()
A custom symbol to denote what combines content into a single column value.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnClassifier.CsvClassifierProperty.Builder builder)
CfnClassifier.CsvClassifierProperty.Builder.public final Object getAllowSingleColumn()
CfnClassifier.CsvClassifierPropertygetAllowSingleColumn in interface CfnClassifier.CsvClassifierPropertypublic final String getContainsHeader()
CfnClassifier.CsvClassifierProperty
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.
getContainsHeader in interface CfnClassifier.CsvClassifierPropertypublic final String getDelimiter()
CfnClassifier.CsvClassifierPropertygetDelimiter in interface CfnClassifier.CsvClassifierPropertypublic final Object getDisableValueTrimming()
CfnClassifier.CsvClassifierProperty
The default value is true .
getDisableValueTrimming in interface CfnClassifier.CsvClassifierPropertypublic final List<String> getHeader()
CfnClassifier.CsvClassifierPropertygetHeader in interface CfnClassifier.CsvClassifierPropertypublic final String getName()
CfnClassifier.CsvClassifierPropertygetName in interface CfnClassifier.CsvClassifierPropertypublic final String getQuoteSymbol()
CfnClassifier.CsvClassifierPropertyIt must be different from the column delimiter.
getQuoteSymbol in interface CfnClassifier.CsvClassifierProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.