Struct aws_sdk_databrew::model::path_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PathOptions
Implementations
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
If provided, this structure imposes a limit on a number of files that should be selected.
If provided, this structure imposes a limit on a number of files that should be selected.
Adds a key-value pair to parameters
.
To override the contents of this collection use set_parameters
.
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
Consumes the builder and constructs a PathOptions
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