Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
static StatementOutput.Builder |
StatementOutput.builder()
Create a new builder.
|
StatementOutput.Builder |
StatementOutput.Builder.copy(StatementOutput model) |
StatementOutput.Builder |
StatementOutput.Builder.data(StatementOutputData data) |
StatementOutput.Builder |
StatementOutput.Builder.errorName(String errorName)
The name of the error in the statement output.
|
StatementOutput.Builder |
StatementOutput.Builder.errorValue(String errorValue)
The value of the error in the statement output.
|
StatementOutput.Builder |
StatementOutput.Builder.status(StatementOutput.Status status)
Status of the statement output.
|
StatementOutput.Builder |
StatementOutput.toBuilder() |
StatementOutput.Builder |
StatementOutput.Builder.traceback(List<String> traceback)
The traceback of the statement output.
|
Copyright © 2016–2024. All rights reserved.