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