Interface UploadLayerPartResponse.Builder

    • Method Detail

      • registryId

        UploadLayerPartResponse.Builder registryId​(String registryId)

        The registry ID associated with the request.

        Parameters:
        registryId - The registry ID associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryName

        UploadLayerPartResponse.Builder repositoryName​(String repositoryName)

        The repository name associated with the request.

        Parameters:
        repositoryName - The repository name associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadId

        UploadLayerPartResponse.Builder uploadId​(String uploadId)

        The upload ID associated with the request.

        Parameters:
        uploadId - The upload ID associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastByteReceived

        UploadLayerPartResponse.Builder lastByteReceived​(Long lastByteReceived)

        The integer value of the last byte received in the request.

        Parameters:
        lastByteReceived - The integer value of the last byte received in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.