Struct aws_sdk_mediatailor::operation::delete_live_source::builders::DeleteLiveSourceFluentBuilder
source · pub struct DeleteLiveSourceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteLiveSource.
The live source to delete.
Implementations§
source§impl DeleteLiveSourceFluentBuilder
impl DeleteLiveSourceFluentBuilder
sourcepub fn as_input(&self) -> &DeleteLiveSourceInputBuilder
pub fn as_input(&self) -> &DeleteLiveSourceInputBuilder
Access the DeleteLiveSource as a reference.
sourcepub async fn send(
self
) -> Result<DeleteLiveSourceOutput, SdkError<DeleteLiveSourceError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteLiveSourceOutput, SdkError<DeleteLiveSourceError, 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<DeleteLiveSourceOutput, DeleteLiveSourceError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteLiveSourceOutput, DeleteLiveSourceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 DeleteLiveSourceFluentBuilder
impl Clone for DeleteLiveSourceFluentBuilder
source§fn clone(&self) -> DeleteLiveSourceFluentBuilder
fn clone(&self) -> DeleteLiveSourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more