Struct aws_sdk_datapipeline::input::set_status_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SetStatusInput
Implementations
The ID of the pipeline that contains the objects.
The ID of the pipeline that contains the objects.
Appends an item to object_ids
.
To override the contents of this collection use set_object_ids
.
The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
The status to be set on all the objects specified in objectIds
. For components, use PAUSE
or RESUME
.
For instances, use TRY_CANCEL
, RERUN
, or MARK_FINISHED
.
The status to be set on all the objects specified in objectIds
. For components, use PAUSE
or RESUME
.
For instances, use TRY_CANCEL
, RERUN
, or MARK_FINISHED
.
Consumes the builder and constructs a SetStatusInput
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