Interface ImageLocation.Builder

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

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

    • id

      The ID of the image.

      Parameters:
      id - The ID of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image

      Parameters:
      url - The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image
      Returns:
      Returns a reference to this object so that method calls can be chained together.