Interface ContainerImage.Builder

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

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

    • image

      The name of the container image.

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

      The digest of the container image.

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

      ContainerImage.Builder createdAt(Instant createdAt)

      The timestamp when the container image was created.

      Parameters:
      createdAt - The timestamp when the container image was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.