Package com.oracle.bmc.dataflow.model
Class TextHtmlStatementOutputData.Builder
- java.lang.Object
-
- com.oracle.bmc.dataflow.model.TextHtmlStatementOutputData.Builder
-
- Enclosing class:
- TextHtmlStatementOutputData
public static class TextHtmlStatementOutputData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextHtmlStatementOutputData
build()
TextHtmlStatementOutputData.Builder
copy(TextHtmlStatementOutputData model)
TextHtmlStatementOutputData.Builder
value(String value)
The statement code execution output in html format.
-
-
-
Method Detail
-
value
public TextHtmlStatementOutputData.Builder value(String value)
The statement code execution output in html format.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public TextHtmlStatementOutputData build()
-
copy
public TextHtmlStatementOutputData.Builder copy(TextHtmlStatementOutputData model)
-
-