Struct aws_sdk_datapipeline::model::task_object::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for TaskObject
Implementations
An internal identifier for the task. This ID is passed to the SetTaskStatus
and ReportTaskProgress
actions.
An internal identifier for the task. This ID is passed to the SetTaskStatus
and ReportTaskProgress
actions.
The ID of the pipeline that provided the task.
The ID of the pipeline that provided the task.
The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
Adds a key-value pair to objects
.
To override the contents of this collection use set_objects
.
Connection information for the location where the task runner will publish the output of the task.
Connection information for the location where the task runner will publish the output of the task.
Consumes the builder and constructs a TaskObject
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