| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Mapping |
Mapping.clone() |
Mapping |
Mapping.withChildren(Collection<Mapping> children)
Only applicable to nested data structures.
|
Mapping |
Mapping.withChildren(Mapping... children)
Only applicable to nested data structures.
|
Mapping |
Mapping.withDropped(Boolean dropped)
If true, then the column is removed.
|
Mapping |
Mapping.withFromPath(Collection<String> fromPath)
The table or column to be modified.
|
Mapping |
Mapping.withFromPath(String... fromPath)
The table or column to be modified.
|
Mapping |
Mapping.withFromType(String fromType)
The type of the data to be modified.
|
Mapping |
Mapping.withToKey(String toKey)
After the apply mapping, what the name of the column should be.
|
Mapping |
Mapping.withToType(String toType)
The data type that the data is to be modified to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Mapping> |
Mapping.getChildren()
Only applicable to nested data structures.
|
List<Mapping> |
ApplyMapping.getMapping()
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping |
Mapping.withChildren(Mapping... children)
Only applicable to nested data structures.
|
ApplyMapping |
ApplyMapping.withMapping(Mapping... mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mapping.setChildren(Collection<Mapping> children)
Only applicable to nested data structures.
|
void |
ApplyMapping.setMapping(Collection<Mapping> mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
Mapping |
Mapping.withChildren(Collection<Mapping> children)
Only applicable to nested data structures.
|
ApplyMapping |
ApplyMapping.withMapping(Collection<Mapping> mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
Copyright © 2024. All rights reserved.