Class SchedulerJobAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.SchedulerJobAggregation.Builder
-
- Enclosing class:
- SchedulerJobAggregation
public static class SchedulerJobAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulerJobAggregation
build()
SchedulerJobAggregation.Builder
copy(SchedulerJobAggregation model)
SchedulerJobAggregation.Builder
count(Integer count)
Count of jobs in a Tenancy.SchedulerJobAggregation.Builder
dimensions(SchedulerJobDimension dimensions)
-
-
-
Method Detail
-
count
public SchedulerJobAggregation.Builder count(Integer count)
Count of jobs in a Tenancy.- Parameters:
count
- the value to set- Returns:
- this builder
-
dimensions
public SchedulerJobAggregation.Builder dimensions(SchedulerJobDimension dimensions)
-
build
public SchedulerJobAggregation build()
-
copy
public SchedulerJobAggregation.Builder copy(SchedulerJobAggregation model)
-
-