| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static SerDeInfo.Builder |
SerDeInfo.builder() |
SerDeInfo.Builder |
SerDeInfo.Builder.name(String name)
Name of the SerDe.
|
SerDeInfo.Builder |
SerDeInfo.Builder.parameters(Map<String,String> parameters)
These key-value pairs define initialization parameters for the SerDe.
|
SerDeInfo.Builder |
SerDeInfo.Builder.serializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe.
|
SerDeInfo.Builder |
SerDeInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SerDeInfo.Builder> |
SerDeInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StorageDescriptor.Builder |
StorageDescriptor.Builder.serdeInfo(Consumer<SerDeInfo.Builder> serdeInfo)
The serialization/deserialization (SerDe) information.
|
Copyright © 2023. All rights reserved.