Package com.oracle.bmc.batch.model
Class BatchContextCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.BatchContextCollection.Builder
-
- Enclosing class:
- BatchContextCollection
public static class BatchContextCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchContextCollectionbuild()BatchContextCollection.Buildercopy(BatchContextCollection model)BatchContextCollection.Builderitems(List<BatchContextSummary> items)List of batch contexts.
-
-
-
Method Detail
-
items
public BatchContextCollection.Builder items(List<BatchContextSummary> items)
List of batch contexts.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public BatchContextCollection build()
-
copy
public BatchContextCollection.Builder copy(BatchContextCollection model)
-
-