Interface GetPackageVersionHistoryResponse.Builder

    • Method Detail

      • packageID

        GetPackageVersionHistoryResponse.Builder packageID​(String packageID)

        The unique identifier of the package.

        Parameters:
        packageID - The unique identifier of the package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageVersionHistoryList

        GetPackageVersionHistoryResponse.Builder packageVersionHistoryList​(Collection<PackageVersionHistory> packageVersionHistoryList)

        A list of package versions, along with their creation time and commit message.

        Parameters:
        packageVersionHistoryList - A list of package versions, along with their creation time and commit message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageVersionHistoryList

        GetPackageVersionHistoryResponse.Builder packageVersionHistoryList​(PackageVersionHistory... packageVersionHistoryList)

        A list of package versions, along with their creation time and commit message.

        Parameters:
        packageVersionHistoryList - A list of package versions, along with their creation time and commit message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetPackageVersionHistoryResponse.Builder nextToken​(String nextToken)

        When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

        Parameters:
        nextToken - When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.