Interface ListApplicationsResponse.Builder

    • Method Detail

      • applicationSummaries

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

        An array of objects that provide summaries of information about the web applications in the list.

        Parameters:
        applicationSummaries - An array of objects that provide summaries of information about the web applications in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationSummaries

        ListApplicationsResponse.Builder applicationSummaries​(ApplicationSummary... applicationSummaries)

        An array of objects that provide summaries of information about the web applications in the list.

        Parameters:
        applicationSummaries - An array of objects that provide summaries of information about the web applications in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        A token used to get the next set of results.

        Parameters:
        nextToken - A token used to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.