Package com.oracle.bmc.cloudguard.model
Class ResponderExecutionAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ResponderExecutionAggregation.Builder
-
- Enclosing class:
- ResponderExecutionAggregation
public static class ResponderExecutionAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponderExecutionAggregation
build()
ResponderExecutionAggregation.Builder
copy(ResponderExecutionAggregation model)
ResponderExecutionAggregation.Builder
count(Integer count)
The number of occurrences with given dimensionsResponderExecutionAggregation.Builder
dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names.
-
-
-
Method Detail
-
dimensionsMap
public ResponderExecutionAggregation.Builder dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names.The key corresponds to the Analytic Dimension(s) chosen, and the value corresponds to the value of the dimension from the data. E.g. if the Analytic Dimension chosen is “RISK_LEVEL”, then the value will be like “CRITICAL”. If the Analytic Dimensions chosen are “RISK_LEVEL” and “RESOURCE_TYPE”, then the map will have two key-value pairs of form {“RISK_LEVEL” : "CRITICAL, “RESOURCE_TYPE” : “LOAD_BALANCER”}
- Parameters:
dimensionsMap
- the value to set- Returns:
- this builder
-
count
public ResponderExecutionAggregation.Builder count(Integer count)
The number of occurrences with given dimensions- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public ResponderExecutionAggregation build()
-
copy
public ResponderExecutionAggregation.Builder copy(ResponderExecutionAggregation model)
-
-