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