public static class ResponderExecutionAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponderExecutionAggregation |
build() |
ResponderExecutionAggregation.Builder |
copy(ResponderExecutionAggregation model) |
ResponderExecutionAggregation.Builder |
count(Integer count)
The number of occurrences with given dimensions
|
ResponderExecutionAggregation.Builder |
dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names.
|
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”}
dimensionsMap
- the value to setpublic ResponderExecutionAggregation.Builder count(Integer count)
The number of occurrences with given dimensions
count
- the value to setpublic ResponderExecutionAggregation build()
public ResponderExecutionAggregation.Builder copy(ResponderExecutionAggregation model)
Copyright © 2016–2024. All rights reserved.