Interface ContainerImage.Builder

  • Method Details

    • containerName

      ContainerImage.Builder containerName(String containerName)

      The name of the container.

      Parameters:
      containerName - The name of the container.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageDigest

      ContainerImage.Builder imageDigest(String imageDigest)

      The container image digest.

      Parameters:
      imageDigest - The container image digest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • image

      The container image.

      Parameters:
      image - The container image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.