Package com.oracle.bmc.dataflow.model
Class StatementOutput.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataflow.model.StatementOutput.Builder
 
- 
- Enclosing class:
- StatementOutput
 
 public static class StatementOutput.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StatementOutputbuild()StatementOutput.Buildercopy(StatementOutput model)StatementOutput.Builderdata(StatementOutputData data)StatementOutput.BuildererrorName(String errorName)The name of the error in the statement output.StatementOutput.BuildererrorValue(String errorValue)The value of the error in the statement output.StatementOutput.Builderstatus(StatementOutput.Status status)Status of the statement output.StatementOutput.Buildertraceback(List<String> traceback)The traceback of the statement output.
 
- 
- 
- 
Method Detail- 
datapublic StatementOutput.Builder data(StatementOutputData data) 
 - 
statuspublic StatementOutput.Builder status(StatementOutput.Status status) Status of the statement output.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
errorNamepublic StatementOutput.Builder errorName(String errorName) The name of the error in the statement output.- Parameters:
- errorName- the value to set
- Returns:
- this builder
 
 - 
errorValuepublic StatementOutput.Builder errorValue(String errorValue) The value of the error in the statement output.- Parameters:
- errorValue- the value to set
- Returns:
- this builder
 
 - 
tracebackpublic StatementOutput.Builder traceback(List<String> traceback) The traceback of the statement output.- Parameters:
- traceback- the value to set
- Returns:
- this builder
 
 - 
buildpublic StatementOutput build() 
 - 
copypublic StatementOutput.Builder copy(StatementOutput model) 
 
- 
 
-