Class SchedulerJobAggregation.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.SchedulerJobAggregation.Builder
 
- 
- Enclosing class:
- SchedulerJobAggregation
 
 public static class SchedulerJobAggregation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulerJobAggregationbuild()SchedulerJobAggregation.Buildercopy(SchedulerJobAggregation model)SchedulerJobAggregation.Buildercount(Integer count)Count of jobs in a Compartment.SchedulerJobAggregation.Builderdimensions(SchedulerJobDimension dimensions)
 
- 
- 
- 
Method Detail- 
countpublic SchedulerJobAggregation.Builder count(Integer count) Count of jobs in a Compartment.- Parameters:
- count- the value to set
- Returns:
- this builder
 
 - 
dimensionspublic SchedulerJobAggregation.Builder dimensions(SchedulerJobDimension dimensions) 
 - 
buildpublic SchedulerJobAggregation build() 
 - 
copypublic SchedulerJobAggregation.Builder copy(SchedulerJobAggregation model) 
 
- 
 
-