Class Image.Builder

  • Enclosing class:
    Image

    public static class Image.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public Image.Builder id​(String id)
        The Oracle Cloud ID (OCID) that uniquely identifies the image.
        Parameters:
        id - the value to set
        Returns:
        this builder
      • compartmentId

        public Image.Builder compartmentId​(String compartmentId)
        The OCID of the compartment that the image was created in.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • displayName

        public Image.Builder displayName​(String displayName)
        A friendly user-specified name for the image.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • build

        public Image build()