Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
StatementOutput |
StatementOutput.clone() |
StatementOutput |
Statement.getOutput()
The output in JSON.
|
StatementOutput |
StatementOutput.withData(StatementOutputData data)
The code execution output.
|
StatementOutput |
StatementOutput.withErrorName(String errorName)
The name of the error in the output.
|
StatementOutput |
StatementOutput.withErrorValue(String errorValue)
The error value of the output.
|
StatementOutput |
StatementOutput.withExecutionCount(Integer executionCount)
The execution count of the output.
|
StatementOutput |
StatementOutput.withStatus(StatementState status)
The status of the code execution output.
|
StatementOutput |
StatementOutput.withStatus(String status)
The status of the code execution output.
|
StatementOutput |
StatementOutput.withTraceback(Collection<String> traceback)
The traceback of the output.
|
StatementOutput |
StatementOutput.withTraceback(String... traceback)
The traceback of the output.
|
Modifier and Type | Method and Description |
---|---|
void |
Statement.setOutput(StatementOutput output)
The output in JSON.
|
Statement |
Statement.withOutput(StatementOutput output)
The output in JSON.
|
Copyright © 2023. All rights reserved.