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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponderExecutionAggregationbuild()ResponderExecutionAggregation.Buildercopy(ResponderExecutionAggregation model)ResponderExecutionAggregation.Buildercount(Integer count)The number of occurrences with given dimensionsResponderExecutionAggregation.BuilderdimensionsMap(Map<String,String> dimensionsMap)The key-value pairs of dimensions and their names.
 
- 
- 
- 
Method Detail- 
dimensionsMappublic 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
 
 - 
countpublic ResponderExecutionAggregation.Builder count(Integer count) The number of occurrences with given dimensions- Parameters:
- count- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResponderExecutionAggregation build() 
 - 
copypublic ResponderExecutionAggregation.Builder copy(ResponderExecutionAggregation model) 
 
- 
 
-