Interface ImageDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageDetail.Builder,ImageDetail>, SdkBuilder<ImageDetail.Builder,ImageDetail>, SdkPojo
Enclosing class:
ImageDetail

public static interface ImageDetail.Builder extends SdkPojo, CopyableBuilder<ImageDetail.Builder,ImageDetail>
  • Method Details

    • registryId

      ImageDetail.Builder registryId(String registryId)

      The Amazon Web Services account ID that's associated with the public registry where this image belongs.

      Parameters:
      registryId - The Amazon Web Services account ID that's associated with the public registry where this image belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      ImageDetail.Builder repositoryName(String repositoryName)

      The name of the repository where this image belongs.

      Parameters:
      repositoryName - The name of the repository where this image belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageDigest

      ImageDetail.Builder imageDigest(String imageDigest)

      The sha256 digest of the image manifest.

      Parameters:
      imageDigest - The sha256 digest of the image manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageTags

      ImageDetail.Builder imageTags(Collection<String> imageTags)

      The list of tags that's associated with this image.

      Parameters:
      imageTags - The list of tags that's associated with this image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageTags

      ImageDetail.Builder imageTags(String... imageTags)

      The list of tags that's associated with this image.

      Parameters:
      imageTags - The list of tags that's associated with this image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageSizeInBytes

      ImageDetail.Builder imageSizeInBytes(Long imageSizeInBytes)

      The size, in bytes, of the image in the repository.

      If the image is a manifest list, this is 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 might return a larger image size than the image sizes that are returned by DescribeImages.

      Parameters:
      imageSizeInBytes - The size, in bytes, of the image in the repository.

      If the image is a manifest list, this is 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 might return a larger image size than the image sizes that are returned by DescribeImages.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imagePushedAt

      ImageDetail.Builder imagePushedAt(Instant imagePushedAt)

      The date and time, expressed in standard JavaScript date format, that the current image was pushed to the repository at.

      Parameters:
      imagePushedAt - The date and time, expressed in standard JavaScript date format, that the current image was pushed to the repository at.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageManifestMediaType

      ImageDetail.Builder imageManifestMediaType(String imageManifestMediaType)

      The media type of the image manifest.

      Parameters:
      imageManifestMediaType - The media type of the image manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactMediaType

      ImageDetail.Builder artifactMediaType(String artifactMediaType)

      The artifact media type of the image.

      Parameters:
      artifactMediaType - The artifact media type of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.