Struct aws_sdk_appflow::model::s3_source_properties::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for S3SourceProperties
Implementations
The Amazon S3 bucket name where the source files are stored.
The Amazon S3 bucket name where the source files are stored.
The object key for the Amazon S3 bucket in which the source files are stored.
The object key for the Amazon S3 bucket in which the source files are stored.
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
Consumes the builder and constructs a S3SourceProperties
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