#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ZendeskDestinationProperties
Implementations
The object specified in the Zendesk flow destination.
The object specified in the Zendesk flow destination.
Appends an item to id_field_names
.
To override the contents of this collection use set_id_field_names
.
A list of field names that can be used as an ID field when performing a write operation.
A list of field names that can be used as an ID field when performing a write operation.
The settings that determine how Amazon AppFlow handles an error when placing data in the 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 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 possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT
operation.
The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT
operation.
Consumes the builder and constructs a ZendeskDestinationProperties
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