S3Destination

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

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 used as the destination of an export file.

Link copied to clipboard
val key: String?

The Amazon S3 bucket key of an export file.

Link copied to clipboard

The Amazon S3 bucket key of a metadata file.

Functions

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