Package com.oracle.bmc.cloudguard.model
Class ProblemAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ProblemAggregation.Builder
-
- Enclosing class:
- ProblemAggregation
public static class ProblemAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProblemAggregation
build()
ProblemAggregation.Builder
copy(ProblemAggregation model)
ProblemAggregation.Builder
count(Integer count)
The number of occurrences with given dimensionsProblemAggregation.Builder
dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names
-
-
-
Method Detail
-
dimensionsMap
public ProblemAggregation.Builder dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names- Parameters:
dimensionsMap
- the value to set- Returns:
- this builder
-
count
public ProblemAggregation.Builder count(Integer count)
The number of occurrences with given dimensions- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public ProblemAggregation build()
-
copy
public ProblemAggregation.Builder copy(ProblemAggregation model)
-
-