Class PutImageRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID, or registry alias, that's associated with the public registry that contains the repository where the image is put. 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 public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.
      • repositoryName

        public final String repositoryName()

        The name of the repository where the image is put.

        Returns:
        The name of the repository where the image is put.
      • imageManifest

        public final String imageManifest()

        The image manifest that corresponds to the image to be uploaded.

        Returns:
        The image manifest that corresponds to the image to be uploaded.
      • imageManifestMediaType

        public final String imageManifestMediaType()

        The media type of the image manifest. If you push an image manifest that doesn't contain the mediaType field, you must specify the imageManifestMediaType in the request.

        Returns:
        The media type of the image manifest. If you push an image manifest that doesn't contain the mediaType field, you must specify the imageManifestMediaType in the request.
      • imageTag

        public final String imageTag()

        The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.

        Returns:
        The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.
      • imageDigest

        public final String imageDigest()

        The image digest of the image manifest that corresponds to the image.

        Returns:
        The image digest of the image manifest that corresponds to the image.
      • 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