PathOptions

Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.

Types

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

Properties

Link copied to clipboard

If provided, this structure imposes a limit on a number of files that should be selected.

Link copied to clipboard

If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.

Link copied to clipboard

A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.

Functions

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