Interface ListApplicationsResponse.Builder

    • Method Detail

      • applications

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

        The output lists the specified applications.

        Parameters:
        applications - The output lists the specified applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        ListApplicationsResponse.Builder applications​(ApplicationSummary... applications)

        The output lists the specified applications.

        Parameters:
        applications - The output lists the specified applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.

        Parameters:
        nextToken - The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.