Interface ListAnomaliesForInsightResponse.Builder

    • Method Detail

      • proactiveAnomalies

        ListAnomaliesForInsightResponse.Builder proactiveAnomalies​(Collection<ProactiveAnomalySummary> proactiveAnomalies)

        An array of ProactiveAnomalySummary objects that represent the requested anomalies

        Parameters:
        proactiveAnomalies - An array of ProactiveAnomalySummary objects that represent the requested anomalies
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proactiveAnomalies

        ListAnomaliesForInsightResponse.Builder proactiveAnomalies​(ProactiveAnomalySummary... proactiveAnomalies)

        An array of ProactiveAnomalySummary objects that represent the requested anomalies

        Parameters:
        proactiveAnomalies - An array of ProactiveAnomalySummary objects that represent the requested anomalies
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactiveAnomalies

        ListAnomaliesForInsightResponse.Builder reactiveAnomalies​(Collection<ReactiveAnomalySummary> reactiveAnomalies)

        An array of ReactiveAnomalySummary objects that represent the requested anomalies

        Parameters:
        reactiveAnomalies - An array of ReactiveAnomalySummary objects that represent the requested anomalies
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactiveAnomalies

        ListAnomaliesForInsightResponse.Builder reactiveAnomalies​(ReactiveAnomalySummary... reactiveAnomalies)

        An array of ReactiveAnomalySummary objects that represent the requested anomalies

        Parameters:
        reactiveAnomalies - An array of ReactiveAnomalySummary objects that represent the requested anomalies
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAnomaliesForInsightResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.