| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CsvSerdeOption |
CsvSerdeOption.fromValue(String value)
Use this in place of valueOf.
|
static CsvSerdeOption |
CsvSerdeOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvSerdeOption[] |
CsvSerdeOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CsvClassifier |
CsvClassifier.withSerde(CsvSerdeOption serde)
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
CreateCsvClassifierRequest |
CreateCsvClassifierRequest.withSerde(CsvSerdeOption serde)
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
UpdateCsvClassifierRequest |
UpdateCsvClassifierRequest.withSerde(CsvSerdeOption serde)
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
Copyright © 2024. All rights reserved.