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