FormatOptions

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.

Types

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

Properties

Link copied to clipboard

Options that define how CSV input is to be interpreted by DataBrew.

Link copied to clipboard

Options that define how Excel input is to be interpreted by DataBrew.

Link copied to clipboard

Options that define how JSON input is to be interpreted by DataBrew.

Functions

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