Struct aws_sdk_datapipeline::operation::put_pipeline_definition::builders::PutPipelineDefinitionInputBuilder
source · #[non_exhaustive]pub struct PutPipelineDefinitionInputBuilder { /* private fields */ }
Expand description
A builder for PutPipelineDefinitionInput
.
Implementations§
source§impl PutPipelineDefinitionInputBuilder
impl PutPipelineDefinitionInputBuilder
sourcepub fn pipeline_id(self, input: impl Into<String>) -> Self
pub fn pipeline_id(self, input: impl Into<String>) -> Self
The ID of the pipeline.
sourcepub fn set_pipeline_id(self, input: Option<String>) -> Self
pub fn set_pipeline_id(self, input: Option<String>) -> Self
The ID of the pipeline.
sourcepub fn pipeline_objects(self, input: PipelineObject) -> Self
pub fn pipeline_objects(self, input: PipelineObject) -> Self
Appends an item to pipeline_objects
.
To override the contents of this collection use set_pipeline_objects
.
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
sourcepub fn set_pipeline_objects(self, input: Option<Vec<PipelineObject>>) -> Self
pub fn set_pipeline_objects(self, input: Option<Vec<PipelineObject>>) -> Self
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
sourcepub fn parameter_objects(self, input: ParameterObject) -> Self
pub fn parameter_objects(self, input: ParameterObject) -> Self
Appends an item to parameter_objects
.
To override the contents of this collection use set_parameter_objects
.
The parameter objects used with the pipeline.
sourcepub fn set_parameter_objects(self, input: Option<Vec<ParameterObject>>) -> Self
pub fn set_parameter_objects(self, input: Option<Vec<ParameterObject>>) -> Self
The parameter objects used with the pipeline.
sourcepub fn parameter_values(self, input: ParameterValue) -> Self
pub fn parameter_values(self, input: ParameterValue) -> Self
Appends an item to parameter_values
.
To override the contents of this collection use set_parameter_values
.
The parameter values used with the pipeline.
sourcepub fn set_parameter_values(self, input: Option<Vec<ParameterValue>>) -> Self
pub fn set_parameter_values(self, input: Option<Vec<ParameterValue>>) -> Self
The parameter values used with the pipeline.
sourcepub fn build(self) -> Result<PutPipelineDefinitionInput, BuildError>
pub fn build(self) -> Result<PutPipelineDefinitionInput, BuildError>
Consumes the builder and constructs a PutPipelineDefinitionInput
.
Trait Implementations§
source§impl Clone for PutPipelineDefinitionInputBuilder
impl Clone for PutPipelineDefinitionInputBuilder
source§fn clone(&self) -> PutPipelineDefinitionInputBuilder
fn clone(&self) -> PutPipelineDefinitionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for PutPipelineDefinitionInputBuilder
impl Default for PutPipelineDefinitionInputBuilder
source§fn default() -> PutPipelineDefinitionInputBuilder
fn default() -> PutPipelineDefinitionInputBuilder
source§impl PartialEq<PutPipelineDefinitionInputBuilder> for PutPipelineDefinitionInputBuilder
impl PartialEq<PutPipelineDefinitionInputBuilder> for PutPipelineDefinitionInputBuilder
source§fn eq(&self, other: &PutPipelineDefinitionInputBuilder) -> bool
fn eq(&self, other: &PutPipelineDefinitionInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.