Struct aws_sdk_mediatailor::operation::update_live_source::builders::UpdateLiveSourceInputBuilder
source · #[non_exhaustive]pub struct UpdateLiveSourceInputBuilder { /* private fields */ }Expand description
A builder for UpdateLiveSourceInput.
Implementations§
source§impl UpdateLiveSourceInputBuilder
impl UpdateLiveSourceInputBuilder
sourcepub fn http_package_configurations(
self,
input: HttpPackageConfiguration
) -> Self
pub fn http_package_configurations( self, input: HttpPackageConfiguration ) -> Self
Appends an item to http_package_configurations.
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.
This field is required.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.
This field is required.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.
sourcepub fn build(self) -> Result<UpdateLiveSourceInput, BuildError>
pub fn build(self) -> Result<UpdateLiveSourceInput, BuildError>
Consumes the builder and constructs a UpdateLiveSourceInput.
source§impl UpdateLiveSourceInputBuilder
impl UpdateLiveSourceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateLiveSourceOutput, SdkError<UpdateLiveSourceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateLiveSourceOutput, SdkError<UpdateLiveSourceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateLiveSourceInputBuilder
impl Clone for UpdateLiveSourceInputBuilder
source§fn clone(&self) -> UpdateLiveSourceInputBuilder
fn clone(&self) -> UpdateLiveSourceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateLiveSourceInputBuilder
impl Debug for UpdateLiveSourceInputBuilder
source§impl Default for UpdateLiveSourceInputBuilder
impl Default for UpdateLiveSourceInputBuilder
source§fn default() -> UpdateLiveSourceInputBuilder
fn default() -> UpdateLiveSourceInputBuilder
source§impl PartialEq for UpdateLiveSourceInputBuilder
impl PartialEq for UpdateLiveSourceInputBuilder
source§fn eq(&self, other: &UpdateLiveSourceInputBuilder) -> bool
fn eq(&self, other: &UpdateLiveSourceInputBuilder) -> bool
self and other values to be equal, and is used
by ==.