Interface CompleteLayerUploadResponse.Builder

    • Method Detail

      • registryId

        CompleteLayerUploadResponse.Builder registryId​(String registryId)

        The public registry ID that's associated with the request.

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

        CompleteLayerUploadResponse.Builder repositoryName​(String repositoryName)

        The repository name that's associated with the request.

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

        CompleteLayerUploadResponse.Builder uploadId​(String uploadId)

        The upload ID that's associated with the layer.

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

        CompleteLayerUploadResponse.Builder layerDigest​(String layerDigest)

        The sha256 digest of the image layer.

        Parameters:
        layerDigest - The sha256 digest of the image layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.