| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CsvSerdeOption |
CsvSerdeOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CsvSerdeOption |
UpdateCsvClassifierRequest.serde()
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
CsvSerdeOption |
CreateCsvClassifierRequest.serde()
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
CsvSerdeOption |
CsvClassifier.serde()
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
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 |
|---|---|
static Set<CsvSerdeOption> |
CsvSerdeOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCsvClassifierRequest.Builder |
UpdateCsvClassifierRequest.Builder.serde(CsvSerdeOption serde)
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
CreateCsvClassifierRequest.Builder |
CreateCsvClassifierRequest.Builder.serde(CsvSerdeOption serde)
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
CsvClassifier.Builder |
CsvClassifier.Builder.serde(CsvSerdeOption serde)
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog.
|
Copyright © 2023. All rights reserved.