Interface ListApplicationRevisionsResponse.Builder

    • Method Detail

      • revisions

        ListApplicationRevisionsResponse.Builder revisions​(Collection<RevisionLocation> revisions)

        A list of locations that contain the matching revisions.

        Parameters:
        revisions - A list of locations that contain the matching revisions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revisions

        ListApplicationRevisionsResponse.Builder revisions​(RevisionLocation... revisions)

        A list of locations that contain the matching revisions.

        Parameters:
        revisions - A list of locations that contain the matching revisions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationRevisionsResponse.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 application revisions call to return the next set of application revisions 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 application revisions call to return the next set of application revisions in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.