Class ResponderExecutionAggregation.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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