Struct aws_sdk_datapipeline::model::pipeline_object::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PipelineObject
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fields(self, input: Field) -> Self
pub fn fields(self, input: Field) -> Self
Appends an item to fields
.
To override the contents of this collection use set_fields
.
Key-value pairs that define the properties of the object.
sourcepub fn set_fields(self, input: Option<Vec<Field>>) -> Self
pub fn set_fields(self, input: Option<Vec<Field>>) -> Self
Key-value pairs that define the properties of the object.
sourcepub fn build(self) -> PipelineObject
pub fn build(self) -> PipelineObject
Consumes the builder and constructs a PipelineObject
.