Interface RcsCardMedia.Builder

  • Method Details

    • fileUrl

      RcsCardMedia.Builder fileUrl(String fileUrl)

      The S3 URI of the media file for the card, in the format s3://bucket-name/key. Maximum 2000 characters.

      Parameters:
      fileUrl - The S3 URI of the media file for the card, in the format s3://bucket-name/key. Maximum 2000 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thumbnailUrl

      RcsCardMedia.Builder thumbnailUrl(String thumbnailUrl)

      The S3 URI of an optional thumbnail image for the card media. Maximum 2000 characters.

      Parameters:
      thumbnailUrl - The S3 URI of an optional thumbnail image for the card media. Maximum 2000 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • height

      RcsCardMedia.Builder height(String height)

      The display height of the media in the card. Valid values are SHORT, MEDIUM, and TALL.

      Parameters:
      height - The display height of the media in the card. Valid values are SHORT, MEDIUM, and TALL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.