Interface SearchOrganizationInsightsResponse.Builder

    • Method Detail

      • proactiveInsights

        SearchOrganizationInsightsResponse.Builder proactiveInsights​(Collection<ProactiveInsightSummary> proactiveInsights)

        An integer that specifies the number of open proactive insights in your Amazon Web Services account.

        Parameters:
        proactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proactiveInsights

        SearchOrganizationInsightsResponse.Builder proactiveInsights​(ProactiveInsightSummary... proactiveInsights)

        An integer that specifies the number of open proactive insights in your Amazon Web Services account.

        Parameters:
        proactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactiveInsights

        SearchOrganizationInsightsResponse.Builder reactiveInsights​(Collection<ReactiveInsightSummary> reactiveInsights)

        An integer that specifies the number of open reactive insights in your Amazon Web Services account.

        Parameters:
        reactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactiveInsights

        SearchOrganizationInsightsResponse.Builder reactiveInsights​(ReactiveInsightSummary... reactiveInsights)

        An integer that specifies the number of open reactive insights in your Amazon Web Services account.

        Parameters:
        reactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchOrganizationInsightsResponse.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.