File

class File

The file in Amazon S3 where your data is saved.

Types

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

Properties

Link copied to clipboard

The name of the Amazon S3 bucket from which data is imported.

Link copied to clipboard
val key: String

The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.

Link copied to clipboard

The version ID to identify a specific version of the Amazon S3 object that contains your data.

Functions

Link copied to clipboard
inline fun copy(block: File.Builder.() -> Unit = {}): File
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