Struct aws_sdk_appflow::model::destination_field_properties::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DestinationFieldProperties
Implementations
Specifies if the destination field can be created by the current user.
Specifies if the destination field can be created by the current user.
Specifies if the destination field can have a null value.
Specifies if the destination field can have a null value.
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
Specifies whether the field can be updated during an UPDATE
or UPSERT
write operation.
Specifies whether the field can be updated during an UPDATE
or UPSERT
write operation.
Appends an item to supported_write_operations
.
To override the contents of this collection use set_supported_write_operations
.
A list of supported write operations. For each write operation listed, this field can be used in idFieldNames
when that write operation is present as a destination option.
A list of supported write operations. For each write operation listed, this field can be used in idFieldNames
when that write operation is present as a destination option.
Consumes the builder and constructs a DestinationFieldProperties
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