Struct aws_sdk_databrew::model::dataset_parameter::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DatasetParameter
Implementations
The name of the parameter that is used in the dataset's Amazon S3 path.
The name of the parameter that is used in the dataset's Amazon S3 path.
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.
Additional parameter options such as a format and a timezone. Required for datetime parameters.
Additional parameter options such as a format and a timezone. Required for datetime parameters.
Optional boolean value that defines whether the captured value of this parameter should be used to create a new column in a dataset.
Optional boolean value that defines whether the captured value of this parameter should be used to create a new column in a dataset.
The optional filter expression structure to apply additional matching criteria to the parameter.
The optional filter expression structure to apply additional matching criteria to the parameter.
Consumes the builder and constructs a DatasetParameter
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