Struct aws_sdk_appflow::model::salesforce_destination_properties::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SalesforceDestinationProperties
Implementations
The object specified in the Salesforce flow destination.
The object specified in the Salesforce flow destination.
Appends an item to id_field_names
.
To override the contents of this collection use set_id_field_names
.
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
The settings that determine how Amazon AppFlow handles an error when placing data in the
Salesforce destination. For example, this setting would determine if the flow should fail
after one insertion error, or continue and attempt to insert every record regardless of the
initial failure. ErrorHandlingConfig
is a part of the destination connector
details.
The settings that determine how Amazon AppFlow handles an error when placing data in the
Salesforce destination. For example, this setting would determine if the flow should fail
after one insertion error, or continue and attempt to insert every record regardless of the
initial failure. ErrorHandlingConfig
is a part of the destination connector
details.
This specifies the type of write operation to be performed in Salesforce. When the value
is UPSERT
, then idFieldNames
is required.
This specifies the type of write operation to be performed in Salesforce. When the value
is UPSERT
, then idFieldNames
is required.
Consumes the builder and constructs a SalesforceDestinationProperties
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