Struct aws_sdk_datapipeline::input::deactivate_pipeline_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeactivatePipelineInput
Implementations
The ID of the pipeline.
The ID of the pipeline.
Indicates whether to cancel any running objects. The default is true,
which sets the state of any running objects to CANCELED
.
If this value is false, the pipeline is deactivated after all
running objects finish.
Indicates whether to cancel any running objects. The default is true,
which sets the state of any running objects to CANCELED
.
If this value is false, the pipeline is deactivated after all
running objects finish.
Consumes the builder and constructs a DeactivatePipelineInput
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