| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SerDeInfo |
SerDeInfo.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
SerDeInfo |
SerDeInfo.clearParametersEntries()
Removes all the entries added into Parameters.
|
SerDeInfo |
SerDeInfo.clone() |
SerDeInfo |
StorageDescriptor.getSerdeInfo()
The serialization/deserialization (SerDe) information.
|
SerDeInfo |
SerDeInfo.withName(String name)
Name of the SerDe.
|
SerDeInfo |
SerDeInfo.withParameters(Map<String,String> parameters)
These key-value pairs define initialization parameters for the SerDe.
|
SerDeInfo |
SerDeInfo.withSerializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.setSerdeInfo(SerDeInfo serdeInfo)
The serialization/deserialization (SerDe) information.
|
StorageDescriptor |
StorageDescriptor.withSerdeInfo(SerDeInfo serdeInfo)
The serialization/deserialization (SerDe) information.
|
Copyright © 2021. All rights reserved.