Interface InsightResultValue.Builder

    • Method Detail

      • groupByAttributeValue

        InsightResultValue.Builder groupByAttributeValue​(String groupByAttributeValue)

        The value of the attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.

        Parameters:
        groupByAttributeValue - The value of the attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        InsightResultValue.Builder count​(Integer count)

        The number of findings returned for each GroupByAttributeValue.

        Parameters:
        count - The number of findings returned for each GroupByAttributeValue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.