Struct aws_sdk_ivsrealtime::operation::create_encoder_configuration::builders::CreateEncoderConfigurationFluentBuilder
source · pub struct CreateEncoderConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateEncoderConfiguration.
Creates an EncoderConfiguration object.
Implementations§
source§impl CreateEncoderConfigurationFluentBuilder
impl CreateEncoderConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &CreateEncoderConfigurationInputBuilder
pub fn as_input(&self) -> &CreateEncoderConfigurationInputBuilder
Access the CreateEncoderConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<CreateEncoderConfigurationOutput, SdkError<CreateEncoderConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<CreateEncoderConfigurationOutput, SdkError<CreateEncoderConfigurationError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateEncoderConfigurationOutput, CreateEncoderConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateEncoderConfigurationOutput, CreateEncoderConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn video(self, input: Video) -> Self
pub fn video(self, input: Video) -> Self
Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps.
sourcepub fn set_video(self, input: Option<Video>) -> Self
pub fn set_video(self, input: Option<Video>) -> Self
Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps.
sourcepub fn get_video(&self) -> &Option<Video>
pub fn get_video(&self) -> &Option<Video>
Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
Trait Implementations§
source§impl Clone for CreateEncoderConfigurationFluentBuilder
impl Clone for CreateEncoderConfigurationFluentBuilder
source§fn clone(&self) -> CreateEncoderConfigurationFluentBuilder
fn clone(&self) -> CreateEncoderConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more