Interface ListApplicationsResponse.Builder

    • Method Detail

      • applicationSummaryList

        ListApplicationsResponse.Builder applicationSummaryList​(Collection<ApplicationSummary> applicationSummaryList)

        The list of ApplicationSummary objects.

        Parameters:
        applicationSummaryList - The list of ApplicationSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationSummaryList

        ListApplicationsResponse.Builder applicationSummaryList​(ApplicationSummary... applicationSummaryList)

        The list of ApplicationSummary objects.

        Parameters:
        applicationSummaryList - The list of ApplicationSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        The token for the next page of results.

        Parameters:
        nextToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.