| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static StatementOutput.Builder |
StatementOutput.builder() |
default StatementOutput.Builder |
StatementOutput.Builder.data(Consumer<StatementOutputData.Builder> data)
The code execution output.
|
StatementOutput.Builder |
StatementOutput.Builder.data(StatementOutputData data)
The code execution output.
|
StatementOutput.Builder |
StatementOutput.Builder.errorName(String errorName)
The name of the error in the output.
|
StatementOutput.Builder |
StatementOutput.Builder.errorValue(String errorValue)
The error value of the output.
|
StatementOutput.Builder |
StatementOutput.Builder.executionCount(Integer executionCount)
The execution count of the output.
|
StatementOutput.Builder |
StatementOutput.Builder.status(StatementState status)
The status of the code execution output.
|
StatementOutput.Builder |
StatementOutput.Builder.status(String status)
The status of the code execution output.
|
StatementOutput.Builder |
StatementOutput.toBuilder() |
StatementOutput.Builder |
StatementOutput.Builder.traceback(Collection<String> traceback)
The traceback of the output.
|
StatementOutput.Builder |
StatementOutput.Builder.traceback(String... traceback)
The traceback of the output.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StatementOutput.Builder> |
StatementOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.output(Consumer<StatementOutput.Builder> output)
The output in JSON.
|
Copyright © 2023. All rights reserved.