Struct aws_sdk_mediatailor::operation::update_live_source::builders::UpdateLiveSourceFluentBuilder
source · pub struct UpdateLiveSourceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateLiveSource.
Updates a live source's configuration.
Implementations§
source§impl UpdateLiveSourceFluentBuilder
impl UpdateLiveSourceFluentBuilder
sourcepub fn as_input(&self) -> &UpdateLiveSourceInputBuilder
pub fn as_input(&self) -> &UpdateLiveSourceInputBuilder
Access the UpdateLiveSource as a reference.
sourcepub async fn send(
self
) -> Result<UpdateLiveSourceOutput, SdkError<UpdateLiveSourceError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateLiveSourceOutput, SdkError<UpdateLiveSourceError, 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<UpdateLiveSourceOutput, UpdateLiveSourceError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateLiveSourceOutput, UpdateLiveSourceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn http_package_configurations(
self,
input: HttpPackageConfiguration
) -> Self
pub fn http_package_configurations( self, input: HttpPackageConfiguration ) -> Self
Appends an item to HttpPackageConfigurations.
To override the contents of this collection use set_http_package_configurations.
A list of HTTP package configurations for the live source on this account.
sourcepub fn set_http_package_configurations(
self,
input: Option<Vec<HttpPackageConfiguration>>
) -> Self
pub fn set_http_package_configurations( self, input: Option<Vec<HttpPackageConfiguration>> ) -> Self
A list of HTTP package configurations for the live source on this account.
sourcepub fn get_http_package_configurations(
&self
) -> &Option<Vec<HttpPackageConfiguration>>
pub fn get_http_package_configurations( &self ) -> &Option<Vec<HttpPackageConfiguration>>
A list of HTTP package configurations for the live source on this account.
sourcepub fn live_source_name(self, input: impl Into<String>) -> Self
pub fn live_source_name(self, input: impl Into<String>) -> Self
The name of the live source.
sourcepub fn set_live_source_name(self, input: Option<String>) -> Self
pub fn set_live_source_name(self, input: Option<String>) -> Self
The name of the live source.
sourcepub fn get_live_source_name(&self) -> &Option<String>
pub fn get_live_source_name(&self) -> &Option<String>
The name of the live source.
sourcepub fn source_location_name(self, input: impl Into<String>) -> Self
pub fn source_location_name(self, input: impl Into<String>) -> Self
The name of the source location associated with this Live Source.
sourcepub fn set_source_location_name(self, input: Option<String>) -> Self
pub fn set_source_location_name(self, input: Option<String>) -> Self
The name of the source location associated with this Live Source.
sourcepub fn get_source_location_name(&self) -> &Option<String>
pub fn get_source_location_name(&self) -> &Option<String>
The name of the source location associated with this Live Source.
Trait Implementations§
source§impl Clone for UpdateLiveSourceFluentBuilder
impl Clone for UpdateLiveSourceFluentBuilder
source§fn clone(&self) -> UpdateLiveSourceFluentBuilder
fn clone(&self) -> UpdateLiveSourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more