Interface BatchGetApplicationRevisionsResponse.Builder

    • Method Detail

      • applicationName

        BatchGetApplicationRevisionsResponse.Builder applicationName​(String applicationName)

        The name of the application that corresponds to the revisions.

        Parameters:
        applicationName - The name of the application that corresponds to the revisions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        BatchGetApplicationRevisionsResponse.Builder errorMessage​(String errorMessage)

        Information about errors that might have occurred during the API call.

        Parameters:
        errorMessage - Information about errors that might have occurred during the API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revisions

        BatchGetApplicationRevisionsResponse.Builder revisions​(Collection<RevisionInfo> revisions)

        Additional information about the revisions, including the type and location.

        Parameters:
        revisions - Additional information about the revisions, including the type and location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revisions

        BatchGetApplicationRevisionsResponse.Builder revisions​(RevisionInfo... revisions)

        Additional information about the revisions, including the type and location.

        Parameters:
        revisions - Additional information about the revisions, including the type and location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.