S3Location

A storage location in an Amazon S3 bucket.

Types

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

Properties

Link copied to clipboard

If the bucket belongs to another AWS account, specify that account's ID.

Link copied to clipboard
val uri: String

An object URI starting with s3://.

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