S3Location

The bucket and key of an item stored in Amazon S3.

Types

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

Properties

Link copied to clipboard

The Amazon S3 bucket where the data is located.

Link copied to clipboard

The Amazon S3 key where the data is located.

Functions

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