Uses of Interface
software.amazon.awssdk.services.glue.model.RenameField.Builder
-
Packages that use RenameField.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RenameField.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RenameField.Builder Modifier and Type Method Description static RenameField.BuilderRenameField. builder()RenameField.BuilderRenameField.Builder. inputs(String... inputs)The data inputs identified by their node names.RenameField.BuilderRenameField.Builder. inputs(Collection<String> inputs)The data inputs identified by their node names.RenameField.BuilderRenameField.Builder. name(String name)The name of the transform node.RenameField.BuilderRenameField.Builder. sourcePath(String... sourcePath)A JSON path to a variable in the data structure for the source data.RenameField.BuilderRenameField.Builder. sourcePath(Collection<String> sourcePath)A JSON path to a variable in the data structure for the source data.RenameField.BuilderRenameField.Builder. targetPath(String... targetPath)A JSON path to a variable in the data structure for the target data.RenameField.BuilderRenameField.Builder. targetPath(Collection<String> targetPath)A JSON path to a variable in the data structure for the target data.RenameField.BuilderRenameField. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RenameField.Builder Modifier and Type Method Description static Class<? extends RenameField.Builder>RenameField. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type RenameField.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. renameField(Consumer<RenameField.Builder> renameField)Specifies a transform that renames a single data property key.
-