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