Package com.oracle.bmc.dataflow.model
Class StatementCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.dataflow.model.StatementCollection.Builder
-
- Enclosing class:
- StatementCollection
public static class StatementCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatementCollection
build()
StatementCollection.Builder
copy(StatementCollection model)
StatementCollection.Builder
items(List<StatementSummary> items)
A list of statements for a Session Run.
-
-
-
Method Detail
-
items
public StatementCollection.Builder items(List<StatementSummary> items)
A list of statements for a Session Run.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public StatementCollection build()
-
copy
public StatementCollection.Builder copy(StatementCollection model)
-
-