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