Interface ListApplicationsResponse.Builder

    • Method Detail

      • applications

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

        The Applications associated with this account.

        Parameters:
        applications - The Applications associated with this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

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

        The Applications associated with this account.

        Parameters:
        applications - The Applications associated with this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.