Struct aws_sdk_appflow::model::task::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Task
Implementations
Appends an item to source_fields
.
To override the contents of this collection use set_source_fields
.
The source fields to which a particular task is applied.
The source fields to which a particular task is applied.
The operation to be performed on the provided source fields.
The operation to be performed on the provided source fields.
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
Specifies the particular task implementation that Amazon AppFlow performs.
Specifies the particular task implementation that Amazon AppFlow performs.
pub fn task_properties(
self,
k: impl Into<OperatorPropertiesKeys>,
v: impl Into<String>
) -> Self
pub fn task_properties(
self,
k: impl Into<OperatorPropertiesKeys>,
v: impl Into<String>
) -> Self
Adds a key-value pair to task_properties
.
To override the contents of this collection use set_task_properties
.
A map used to store task-related information. The execution service looks for particular
information based on the TaskType
.
pub fn set_task_properties(
self,
input: Option<HashMap<OperatorPropertiesKeys, String>>
) -> Self
pub fn set_task_properties(
self,
input: Option<HashMap<OperatorPropertiesKeys, String>>
) -> Self
A map used to store task-related information. The execution service looks for particular
information based on the TaskType
.
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