InputS3Object

Amazon S3 Location information for an input manifest file.

Types

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

Properties

Link copied to clipboard

The Amazon S3 bucket that contains the manifest.

Link copied to clipboard
val key: String?

The name and location of the manifest file withiin the bucket.

Link copied to clipboard

The version ID of the bucket.

Functions

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