Interface ListControlDomainInsightsResponse.Builder

    • Method Detail

      • controlDomainInsights

        ListControlDomainInsightsResponse.Builder controlDomainInsights​(Collection<ControlDomainInsights> controlDomainInsights)

        The control domain analytics data that the ListControlDomainInsights API returned.

        Parameters:
        controlDomainInsights - The control domain analytics data that the ListControlDomainInsights API returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlDomainInsights

        ListControlDomainInsightsResponse.Builder controlDomainInsights​(ControlDomainInsights... controlDomainInsights)

        The control domain analytics data that the ListControlDomainInsights API returned.

        Parameters:
        controlDomainInsights - The control domain analytics data that the ListControlDomainInsights API returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListControlDomainInsightsResponse.Builder nextToken​(String nextToken)

        The pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.