| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplyMapping.Builder |
ApplyMapping.builder() |
ApplyMapping.Builder |
ApplyMapping.Builder.inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
ApplyMapping.Builder |
ApplyMapping.Builder.inputs(String... inputs)
The data inputs identified by their node names.
|
ApplyMapping.Builder |
ApplyMapping.Builder.mapping(Collection<Mapping> mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
ApplyMapping.Builder |
ApplyMapping.Builder.mapping(Consumer<Mapping.Builder>... mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
ApplyMapping.Builder |
ApplyMapping.Builder.mapping(Mapping... mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
ApplyMapping.Builder |
ApplyMapping.Builder.name(String name)
The name of the transform node.
|
ApplyMapping.Builder |
ApplyMapping.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplyMapping.Builder> |
ApplyMapping.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.applyMapping(Consumer<ApplyMapping.Builder> applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data
target.
|
Copyright © 2023. All rights reserved.