Struct aws_sdk_elastictranscoder::operation::create_pipeline::builders::CreatePipelineOutputBuilder
source · #[non_exhaustive]pub struct CreatePipelineOutputBuilder { /* private fields */ }
Expand description
A builder for CreatePipelineOutput
.
Implementations§
source§impl CreatePipelineOutputBuilder
impl CreatePipelineOutputBuilder
sourcepub fn pipeline(self, input: Pipeline) -> Self
pub fn pipeline(self, input: Pipeline) -> Self
A section of the response body that provides information about the pipeline that is created.
sourcepub fn set_pipeline(self, input: Option<Pipeline>) -> Self
pub fn set_pipeline(self, input: Option<Pipeline>) -> Self
A section of the response body that provides information about the pipeline that is created.
sourcepub fn get_pipeline(&self) -> &Option<Pipeline>
pub fn get_pipeline(&self) -> &Option<Pipeline>
A section of the response body that provides information about the pipeline that is created.
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 get_warnings(&self) -> &Option<Vec<Warning>>
pub fn get_warnings(&self) -> &Option<Vec<Warning>>
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) -> CreatePipelineOutput
pub fn build(self) -> CreatePipelineOutput
Consumes the builder and constructs a CreatePipelineOutput
.
Trait Implementations§
source§impl Clone for CreatePipelineOutputBuilder
impl Clone for CreatePipelineOutputBuilder
source§fn clone(&self) -> CreatePipelineOutputBuilder
fn clone(&self) -> CreatePipelineOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreatePipelineOutputBuilder
impl Debug for CreatePipelineOutputBuilder
source§impl Default for CreatePipelineOutputBuilder
impl Default for CreatePipelineOutputBuilder
source§fn default() -> CreatePipelineOutputBuilder
fn default() -> CreatePipelineOutputBuilder
source§impl PartialEq<CreatePipelineOutputBuilder> for CreatePipelineOutputBuilder
impl PartialEq<CreatePipelineOutputBuilder> for CreatePipelineOutputBuilder
source§fn eq(&self, other: &CreatePipelineOutputBuilder) -> bool
fn eq(&self, other: &CreatePipelineOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.