#[non_exhaustive]pub struct UpsolverDestinationPropertiesBuilder { /* private fields */ }
Expand description
A builder for UpsolverDestinationProperties
.
Implementations§
source§impl UpsolverDestinationPropertiesBuilder
impl UpsolverDestinationPropertiesBuilder
sourcepub fn bucket_name(self, input: impl Into<String>) -> Self
pub fn bucket_name(self, input: impl Into<String>) -> Self
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
sourcepub fn set_bucket_name(self, input: Option<String>) -> Self
pub fn set_bucket_name(self, input: Option<String>) -> Self
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
sourcepub fn bucket_prefix(self, input: impl Into<String>) -> Self
pub fn bucket_prefix(self, input: impl Into<String>) -> Self
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
sourcepub fn set_bucket_prefix(self, input: Option<String>) -> Self
pub fn set_bucket_prefix(self, input: Option<String>) -> Self
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
sourcepub fn s3_output_format_config(
self,
input: UpsolverS3OutputFormatConfig
) -> Self
pub fn s3_output_format_config( self, input: UpsolverS3OutputFormatConfig ) -> Self
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
sourcepub fn set_s3_output_format_config(
self,
input: Option<UpsolverS3OutputFormatConfig>
) -> Self
pub fn set_s3_output_format_config( self, input: Option<UpsolverS3OutputFormatConfig> ) -> Self
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
sourcepub fn build(self) -> UpsolverDestinationProperties
pub fn build(self) -> UpsolverDestinationProperties
Consumes the builder and constructs a UpsolverDestinationProperties
.
Trait Implementations§
source§impl Clone for UpsolverDestinationPropertiesBuilder
impl Clone for UpsolverDestinationPropertiesBuilder
source§fn clone(&self) -> UpsolverDestinationPropertiesBuilder
fn clone(&self) -> UpsolverDestinationPropertiesBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for UpsolverDestinationPropertiesBuilder
impl Default for UpsolverDestinationPropertiesBuilder
source§fn default() -> UpsolverDestinationPropertiesBuilder
fn default() -> UpsolverDestinationPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpsolverDestinationPropertiesBuilder> for UpsolverDestinationPropertiesBuilder
impl PartialEq<UpsolverDestinationPropertiesBuilder> for UpsolverDestinationPropertiesBuilder
source§fn eq(&self, other: &UpsolverDestinationPropertiesBuilder) -> bool
fn eq(&self, other: &UpsolverDestinationPropertiesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpsolverDestinationPropertiesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpsolverDestinationPropertiesBuilder
impl Send for UpsolverDestinationPropertiesBuilder
impl Sync for UpsolverDestinationPropertiesBuilder
impl Unpin for UpsolverDestinationPropertiesBuilder
impl UnwindSafe for UpsolverDestinationPropertiesBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more