Interface InsightResults.Builder

    • Method Detail

      • insightArn

        InsightResults.Builder insightArn​(String insightArn)

        The ARN of the insight whose results are returned by the GetInsightResults operation.

        Parameters:
        insightArn - The ARN of 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.
      • groupByAttribute

        InsightResults.Builder groupByAttribute​(String groupByAttribute)

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

        Parameters:
        groupByAttribute - 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.
      • resultValues

        InsightResults.Builder resultValues​(Collection<InsightResultValue> resultValues)

        The list of insight result values returned by the GetInsightResults operation.

        Parameters:
        resultValues - The list of insight result values returned by the GetInsightResults operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultValues

        InsightResults.Builder resultValues​(InsightResultValue... resultValues)

        The list of insight result values returned by the GetInsightResults operation.

        Parameters:
        resultValues - The list of insight result values returned by the GetInsightResults operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.