Class PutImageRequest

    • Method Detail

      • registryId

        public final String registryId()

        The Amazon Web Services account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

        Returns:
        The Amazon Web Services account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
      • repositoryName

        public final String repositoryName()

        The name of the repository in which to put the image.

        Returns:
        The name of the repository in which to put the image.
      • imageManifest

        public final String imageManifest()

        The image manifest corresponding to the image to be uploaded.

        Returns:
        The image manifest corresponding 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 does not 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 does not 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 corresponding to the image.

        Returns:
        The image digest of the image manifest corresponding 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