#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for S3Source
Implementations
The Amazon Resource Name (ARN) for the data source.
The Amazon Resource Name (ARN) for the data source.
Information about the format for the S3 source file or files.
Information about the format for the S3 source file or files.
Appends an item to input_columns.
To override the contents of this collection use set_input_columns.
A physical table type for an S3 data source.
For files that aren't JSON, only STRING data types are supported in input columns.
A physical table type for an S3 data source.
For files that aren't JSON, only STRING data types are supported in input columns.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more