pub struct Builder { /* private fields */ }
Expand description
A builder for UpdatePipelineOutput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn pipeline(self, input: Pipeline) -> Self
pub fn pipeline(self, input: Pipeline) -> Self
The pipeline updated by this UpdatePipelineResponse
call.
sourcepub fn set_pipeline(self, input: Option<Pipeline>) -> Self
pub fn set_pipeline(self, input: Option<Pipeline>) -> Self
The pipeline updated by this UpdatePipelineResponse
call.
sourcepub fn warnings(self, input: Warning) -> Self
pub fn warnings(self, input: Warning) -> Self
Appends an item to warnings
.
To override the contents of this collection use set_warnings
.
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
sourcepub fn set_warnings(self, input: Option<Vec<Warning>>) -> Self
pub fn set_warnings(self, input: Option<Vec<Warning>>) -> Self
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
sourcepub fn build(self) -> UpdatePipelineOutput
pub fn build(self) -> UpdatePipelineOutput
Consumes the builder and constructs a UpdatePipelineOutput
.