Uses of Interface
software.amazon.awssdk.services.glue.model.CodeGenNode.Builder
-
Packages that use CodeGenNode.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CodeGenNode.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CodeGenNode.Builder Modifier and Type Method Description CodeGenNode.BuilderCodeGenNode.Builder. args(Collection<CodeGenNodeArg> args)Properties of the node, in the form of name-value pairs.CodeGenNode.BuilderCodeGenNode.Builder. args(Consumer<CodeGenNodeArg.Builder>... args)Properties of the node, in the form of name-value pairs.CodeGenNode.BuilderCodeGenNode.Builder. args(CodeGenNodeArg... args)Properties of the node, in the form of name-value pairs.static CodeGenNode.BuilderCodeGenNode. builder()CodeGenNode.BuilderCodeGenNode.Builder. id(String id)A node identifier that is unique within the node's graph.CodeGenNode.BuilderCodeGenNode.Builder. lineNumber(Integer lineNumber)The line number of the node.CodeGenNode.BuilderCodeGenNode.Builder. nodeType(String nodeType)The type of node that this is.CodeGenNode.BuilderCodeGenNode. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CodeGenNode.Builder Modifier and Type Method Description static Class<? extends CodeGenNode.Builder>CodeGenNode. serializableBuilderClass()
-