Class UploadLayerPartRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

        Returns:
        The Amazon Web Services account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.
      • repositoryName

        public final String repositoryName()

        The name of the repository to which you are uploading layer parts.

        Returns:
        The name of the repository to which you are uploading layer parts.
      • 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