Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CodeGenNodeArg |
CodeGenNodeArg.clone() |
CodeGenNodeArg |
CodeGenNodeArg.withName(String name)
The name of the argument or property.
|
CodeGenNodeArg |
CodeGenNodeArg.withParam(Boolean param)
True if the value is used as a parameter.
|
CodeGenNodeArg |
CodeGenNodeArg.withValue(String value)
The value of the argument or property.
|
Modifier and Type | Method and Description |
---|---|
List<CodeGenNodeArg> |
CodeGenNode.getArgs()
Properties of the node, in the form of name-value pairs.
|
List<CodeGenNodeArg> |
Location.getJdbc()
A JDBC location.
|
List<CodeGenNodeArg> |
Location.getS3()
An AWS S3 location.
|
Modifier and Type | Method and Description |
---|---|
CodeGenNode |
CodeGenNode.withArgs(CodeGenNodeArg... args)
Properties of the node, in the form of name-value pairs.
|
Location |
Location.withJdbc(CodeGenNodeArg... jdbc)
A JDBC location.
|
Location |
Location.withS3(CodeGenNodeArg... s3)
An AWS S3 location.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenNode.setArgs(Collection<CodeGenNodeArg> args)
Properties of the node, in the form of name-value pairs.
|
void |
Location.setJdbc(Collection<CodeGenNodeArg> jdbc)
A JDBC location.
|
void |
Location.setS3(Collection<CodeGenNodeArg> s3)
An AWS S3 location.
|
CodeGenNode |
CodeGenNode.withArgs(Collection<CodeGenNodeArg> args)
Properties of the node, in the form of name-value pairs.
|
Location |
Location.withJdbc(Collection<CodeGenNodeArg> jdbc)
A JDBC location.
|
Location |
Location.withS3(Collection<CodeGenNodeArg> s3)
An AWS S3 location.
|
Copyright © 2017. All rights reserved.