| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ApplyMapping |
ApplyMapping.clone() |
ApplyMapping |
CodeGenConfigurationNode.getApplyMapping()
Specifies a transform that maps data property keys in the data source to data property keys in the data target.
|
ApplyMapping |
ApplyMapping.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
ApplyMapping |
ApplyMapping.withInputs(String... inputs)
The data inputs identified by their node names.
|
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.
|
ApplyMapping |
ApplyMapping.withMapping(Mapping... mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
ApplyMapping |
ApplyMapping.withName(String name)
The name of the transform node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setApplyMapping(ApplyMapping applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data target.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withApplyMapping(ApplyMapping applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data target.
|
Copyright © 2022. All rights reserved.