Struct aws_sdk_mediaconnect::operation::remove_flow_media_stream::builders::RemoveFlowMediaStreamFluentBuilder
source · pub struct RemoveFlowMediaStreamFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to RemoveFlowMediaStream.
Removes a media stream from a flow. This action is only available if the media stream is not associated with a source or output.
Implementations§
source§impl RemoveFlowMediaStreamFluentBuilder
impl RemoveFlowMediaStreamFluentBuilder
sourcepub fn as_input(&self) -> &RemoveFlowMediaStreamInputBuilder
pub fn as_input(&self) -> &RemoveFlowMediaStreamInputBuilder
Access the RemoveFlowMediaStream as a reference.
sourcepub async fn send(
self
) -> Result<RemoveFlowMediaStreamOutput, SdkError<RemoveFlowMediaStreamError, HttpResponse>>
pub async fn send( self ) -> Result<RemoveFlowMediaStreamOutput, SdkError<RemoveFlowMediaStreamError, 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<RemoveFlowMediaStreamOutput, RemoveFlowMediaStreamError, Self>
pub fn customize( self ) -> CustomizableOperation<RemoveFlowMediaStreamOutput, RemoveFlowMediaStreamError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn flow_arn(self, input: impl Into<String>) -> Self
pub fn flow_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the flow.
sourcepub fn set_flow_arn(self, input: Option<String>) -> Self
pub fn set_flow_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the flow.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the flow.
sourcepub fn media_stream_name(self, input: impl Into<String>) -> Self
pub fn media_stream_name(self, input: impl Into<String>) -> Self
The name of the media stream that you want to remove.
sourcepub fn set_media_stream_name(self, input: Option<String>) -> Self
pub fn set_media_stream_name(self, input: Option<String>) -> Self
The name of the media stream that you want to remove.
sourcepub fn get_media_stream_name(&self) -> &Option<String>
pub fn get_media_stream_name(&self) -> &Option<String>
The name of the media stream that you want to remove.
Trait Implementations§
source§impl Clone for RemoveFlowMediaStreamFluentBuilder
impl Clone for RemoveFlowMediaStreamFluentBuilder
source§fn clone(&self) -> RemoveFlowMediaStreamFluentBuilder
fn clone(&self) -> RemoveFlowMediaStreamFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more