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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildRunSnapshotCollectionbuild()BuildRunSnapshotCollection.Buildercopy(BuildRunSnapshotCollection model)BuildRunSnapshotCollection.Builderitems(List<BuildRunSnapshotSummary> items)List of build runs.
 
- 
- 
- 
Method Detail- 
itemspublic BuildRunSnapshotCollection.Builder items(List<BuildRunSnapshotSummary> items) List of build runs.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic BuildRunSnapshotCollection build() 
 - 
copypublic BuildRunSnapshotCollection.Builder copy(BuildRunSnapshotCollection model) 
 
- 
 
-