Uses of Interface
software.amazon.awssdk.services.glue.model.ApplyMapping.Builder
-
Packages that use ApplyMapping.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ApplyMapping.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ApplyMapping.Builder Modifier and Type Method Description static ApplyMapping.BuilderApplyMapping. builder()ApplyMapping.BuilderApplyMapping.Builder. inputs(String... inputs)The data inputs identified by their node names.ApplyMapping.BuilderApplyMapping.Builder. inputs(Collection<String> inputs)The data inputs identified by their node names.ApplyMapping.BuilderApplyMapping.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.BuilderApplyMapping.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.BuilderApplyMapping.Builder. mapping(Mapping... mapping)Specifies the mapping of data property keys in the data source to data property keys in the data target.ApplyMapping.BuilderApplyMapping.Builder. name(String name)The name of the transform node.ApplyMapping.BuilderApplyMapping. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ApplyMapping.Builder Modifier and Type Method Description static Class<? extends ApplyMapping.Builder>ApplyMapping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ApplyMapping.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.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.
-