S3File

class S3File

Contains information for the S3 bucket that contains media files.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bucket name.

Link copied to clipboard
val key: String

The S3 key prefix that defines the storage location of your media files. The prefix works like a folder path in S3, and is combined with the WhatsApp mediaId to create the final file path.

Functions

Link copied to clipboard
inline fun copy(block: S3File.Builder.() -> Unit = {}): S3File
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String