public static interface ReferencedImageDetail.Builder extends SdkPojo, CopyableBuilder<ReferencedImageDetail.Builder,ReferencedImageDetail>
| Modifier and Type | Method and Description |
|---|---|
ReferencedImageDetail.Builder |
artifactMediaType(String artifactMediaType)
The artifact media type of the image.
|
ReferencedImageDetail.Builder |
imageDigest(String imageDigest)
The
sha256 digest of the image manifest. |
ReferencedImageDetail.Builder |
imageManifestMediaType(String imageManifestMediaType)
The media type of the image manifest.
|
ReferencedImageDetail.Builder |
imagePushedAt(Instant imagePushedAt)
The date and time, expressed in standard JavaScript date format, at which the current image tag was pushed to
the repository.
|
ReferencedImageDetail.Builder |
imageSizeInBytes(Long imageSizeInBytes)
The size, in bytes, of the image in the repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferencedImageDetail.Builder imageDigest(String imageDigest)
The sha256 digest of the image manifest.
imageDigest - The sha256 digest of the image manifest.ReferencedImageDetail.Builder imageSizeInBytes(Long imageSizeInBytes)
The size, in bytes, of the image in the repository.
If the image is a manifest list, this will be the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2
Docker registry. The output of the docker images command shows the uncompressed image size, so
it may return a larger image size than the image sizes returned by DescribeImages.
imageSizeInBytes - The size, in bytes, of the image in the repository.
If the image is a manifest list, this will be the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a
V2 Docker registry. The output of the docker images command shows the uncompressed image
size, so it may return a larger image size than the image sizes returned by DescribeImages.
ReferencedImageDetail.Builder imagePushedAt(Instant imagePushedAt)
The date and time, expressed in standard JavaScript date format, at which the current image tag was pushed to the repository.
imagePushedAt - The date and time, expressed in standard JavaScript date format, at which the current image tag was
pushed to the repository.ReferencedImageDetail.Builder imageManifestMediaType(String imageManifestMediaType)
The media type of the image manifest.
imageManifestMediaType - The media type of the image manifest.ReferencedImageDetail.Builder artifactMediaType(String artifactMediaType)
The artifact media type of the image.
artifactMediaType - The artifact media type of the image.Copyright © 2021. All rights reserved.