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.getDynamoDB()
An Amazon DynamoDB table location.
|
List<CodeGenNodeArg> |
Location.getJdbc()
A JDBC location.
|
List<CodeGenNodeArg> |
Location.getS3()
An Amazon Simple Storage Service (Amazon 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.withDynamoDB(CodeGenNodeArg... dynamoDB)
An Amazon DynamoDB table location.
|
Location |
Location.withJdbc(CodeGenNodeArg... jdbc)
A JDBC location.
|
Location |
Location.withS3(CodeGenNodeArg... s3)
An Amazon Simple Storage Service (Amazon 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.setDynamoDB(Collection<CodeGenNodeArg> dynamoDB)
An Amazon DynamoDB table location.
|
void |
Location.setJdbc(Collection<CodeGenNodeArg> jdbc)
A JDBC location.
|
void |
Location.setS3(Collection<CodeGenNodeArg> s3)
An Amazon Simple Storage Service (Amazon S3) location.
|
CodeGenNode |
CodeGenNode.withArgs(Collection<CodeGenNodeArg> args)
Properties of the node, in the form of name-value pairs.
|
Location |
Location.withDynamoDB(Collection<CodeGenNodeArg> dynamoDB)
An Amazon DynamoDB table location.
|
Location |
Location.withJdbc(Collection<CodeGenNodeArg> jdbc)
A JDBC location.
|
Location |
Location.withS3(Collection<CodeGenNodeArg> s3)
An Amazon Simple Storage Service (Amazon S3) location.
|
Copyright © 2020. All rights reserved.