Class UploadLayerPartRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID, or registry alias, that's associated with the registry that you're uploading layer parts to. If you do not specify a registry, the default public registry is assumed.

        Returns:
        The Amazon Web Services account ID, or registry alias, that's associated with the registry that you're uploading layer parts to. If you do not specify a registry, the default public registry is assumed.
      • repositoryName

        public final String repositoryName()

        The name of the repository that you're uploading layer parts to.

        Returns:
        The name of the repository that you're uploading layer parts to.
      • uploadId

        public final String uploadId()

        The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.

        Returns:
        The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
      • partFirstByte

        public final Long partFirstByte()

        The position of the first byte of the layer part witin the overall image layer.

        Returns:
        The position of the first byte of the layer part witin the overall image layer.
      • partLastByte

        public final Long partLastByte()

        The position of the last byte of the layer part within the overall image layer.

        Returns:
        The position of the last byte of the layer part within the overall image layer.
      • layerPartBlob

        public final SdkBytes layerPartBlob()

        The base64-encoded layer part payload.

        Returns:
        The base64-encoded layer part payload.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object