Class SchedulerExecutionCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.SchedulerExecutionCollection.Builder
 
- 
- Enclosing class:
- SchedulerExecutionCollection
 
 public static class SchedulerExecutionCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulerExecutionCollectionbuild()SchedulerExecutionCollection.Buildercopy(SchedulerExecutionCollection model)SchedulerExecutionCollection.Builderitems(List<SchedulerExecutionSummary> items)List of schedulerExecutions.
 
- 
- 
- 
Method Detail- 
itemspublic SchedulerExecutionCollection.Builder items(List<SchedulerExecutionSummary> items) List of schedulerExecutions.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SchedulerExecutionCollection build() 
 - 
copypublic SchedulerExecutionCollection.Builder copy(SchedulerExecutionCollection model) 
 
- 
 
-