Struct aws_sdk_databrew::model::input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Input
Implementations
The Amazon S3 location where the data is stored.
The Amazon S3 location where the data is stored.
The Glue Data Catalog parameters for the data.
pub fn set_data_catalog_input_definition(
self,
input: Option<DataCatalogInputDefinition>
) -> Self
pub fn set_data_catalog_input_definition(
self,
input: Option<DataCatalogInputDefinition>
) -> Self
The Glue Data Catalog parameters for the data.
Connection information for dataset input files stored in a database.
Connection information for dataset input files stored in a database.
Contains additional resource information needed for specific datasets.
Contains additional resource information needed for specific datasets.
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