Interface Image.Builder

    • Method Detail

      • registryId

        Image.Builder registryId​(String registryId)

        The Amazon Web Services account ID associated with the registry containing the image.

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

        Image.Builder repositoryName​(String repositoryName)

        The name of the repository associated with the image.

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

        Image.Builder imageId​(ImageIdentifier imageId)

        An object containing the image tag and image digest associated with an image.

        Parameters:
        imageId - An object containing the image tag and image digest associated with an image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageManifest

        Image.Builder imageManifest​(String imageManifest)

        The image manifest associated with the image.

        Parameters:
        imageManifest - The image manifest associated with the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageManifestMediaType

        Image.Builder imageManifestMediaType​(String imageManifestMediaType)

        The manifest media type of the image.

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