Struct aws_sdk_datapipeline::output::put_pipeline_definition_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PutPipelineDefinitionOutput
Implementations
Appends an item to validation_errors
.
To override the contents of this collection use set_validation_errors
.
The validation errors that are associated with the objects defined in pipelineObjects
.
The validation errors that are associated with the objects defined in pipelineObjects
.
Appends an item to validation_warnings
.
To override the contents of this collection use set_validation_warnings
.
The validation warnings that are associated with the objects defined in pipelineObjects
.
The validation warnings that are associated with the objects defined in pipelineObjects
.
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be
activated until you correct the pipeline and call PutPipelineDefinition
to commit the corrected pipeline.
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be
activated until you correct the pipeline and call PutPipelineDefinition
to commit the corrected pipeline.
Consumes the builder and constructs a PutPipelineDefinitionOutput
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