| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static Mapping.Builder |
Mapping.builder() |
Mapping.Builder |
Mapping.Builder.children(Collection<Mapping> children)
Only applicable to nested data structures.
|
Mapping.Builder |
Mapping.Builder.children(Consumer<Mapping.Builder>... children)
Only applicable to nested data structures.
|
Mapping.Builder |
Mapping.Builder.children(Mapping... children)
Only applicable to nested data structures.
|
Mapping.Builder |
Mapping.Builder.dropped(Boolean dropped)
If true, then the column is removed.
|
Mapping.Builder |
Mapping.Builder.fromPath(Collection<String> fromPath)
The table or column to be modified.
|
Mapping.Builder |
Mapping.Builder.fromPath(String... fromPath)
The table or column to be modified.
|
Mapping.Builder |
Mapping.Builder.fromType(String fromType)
The type of the data to be modified.
|
Mapping.Builder |
Mapping.toBuilder() |
Mapping.Builder |
Mapping.Builder.toKey(String toKey)
After the apply mapping, what the name of the column should be.
|
Mapping.Builder |
Mapping.Builder.toType(String toType)
The data type that the data is to be modified to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Mapping.Builder> |
Mapping.serializableBuilderClass() |
Copyright © 2023. All rights reserved.