Interface ListAppsListsResponse.Builder

    • Method Detail

      • appsLists

        ListAppsListsResponse.Builder appsLists​(Collection<AppsListDataSummary> appsLists)

        An array of AppsListDataSummary objects.

        Parameters:
        appsLists - An array of AppsListDataSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appsLists

        ListAppsListsResponse.Builder appsLists​(AppsListDataSummary... appsLists)

        An array of AppsListDataSummary objects.

        Parameters:
        appsLists - An array of AppsListDataSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppsListsResponse.Builder nextToken​(String nextToken)

        If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. You can use this token in subsequent requests to retrieve the next batch of objects.

        Parameters:
        nextToken - If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. You can use this token in subsequent requests to retrieve the next batch of objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.