Interface Image.Builder

    • Method Detail

      • id

        Image.Builder id​(String id)

        The ID of an existing image. Specify this parameter to keep an existing image.

        Parameters:
        id - The ID of an existing image. Specify this parameter to keep an existing image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • file

        Image.Builder file​(ImageFile file)
        Sets the value of the File property for this object.
        Parameters:
        file - The new value for the File property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.