Interface ListApplicationsResponse.Builder

    • Method Detail

      • applications

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

        A list of application names.

        Parameters:
        applications - A list of application names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        ListApplicationsResponse.Builder applications​(String... applications)

        A list of application names.

        Parameters:
        applications - A list of application names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.

        Parameters:
        nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.