Struct aws_sdk_mediaconnect::operation::update_bridge_source::builders::UpdateBridgeSourceFluentBuilder
source · pub struct UpdateBridgeSourceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateBridgeSource.
Updates an existing bridge source.
Implementations§
source§impl UpdateBridgeSourceFluentBuilder
impl UpdateBridgeSourceFluentBuilder
sourcepub fn as_input(&self) -> &UpdateBridgeSourceInputBuilder
pub fn as_input(&self) -> &UpdateBridgeSourceInputBuilder
Access the UpdateBridgeSource as a reference.
sourcepub async fn send(
self
) -> Result<UpdateBridgeSourceOutput, SdkError<UpdateBridgeSourceError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateBridgeSourceOutput, SdkError<UpdateBridgeSourceError, 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<UpdateBridgeSourceOutput, UpdateBridgeSourceError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateBridgeSourceOutput, UpdateBridgeSourceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn bridge_arn(self, input: impl Into<String>) -> Self
pub fn bridge_arn(self, input: impl Into<String>) -> Self
The ARN of the bridge that you want to update.
sourcepub fn set_bridge_arn(self, input: Option<String>) -> Self
pub fn set_bridge_arn(self, input: Option<String>) -> Self
The ARN of the bridge that you want to update.
sourcepub fn get_bridge_arn(&self) -> &Option<String>
pub fn get_bridge_arn(&self) -> &Option<String>
The ARN of the bridge that you want to update.
sourcepub fn flow_source(self, input: UpdateBridgeFlowSourceRequest) -> Self
pub fn flow_source(self, input: UpdateBridgeFlowSourceRequest) -> Self
Update the flow source of the bridge.
sourcepub fn set_flow_source(
self,
input: Option<UpdateBridgeFlowSourceRequest>
) -> Self
pub fn set_flow_source( self, input: Option<UpdateBridgeFlowSourceRequest> ) -> Self
Update the flow source of the bridge.
sourcepub fn get_flow_source(&self) -> &Option<UpdateBridgeFlowSourceRequest>
pub fn get_flow_source(&self) -> &Option<UpdateBridgeFlowSourceRequest>
Update the flow source of the bridge.
sourcepub fn network_source(self, input: UpdateBridgeNetworkSourceRequest) -> Self
pub fn network_source(self, input: UpdateBridgeNetworkSourceRequest) -> Self
Update the network source of the bridge.
sourcepub fn set_network_source(
self,
input: Option<UpdateBridgeNetworkSourceRequest>
) -> Self
pub fn set_network_source( self, input: Option<UpdateBridgeNetworkSourceRequest> ) -> Self
Update the network source of the bridge.
sourcepub fn get_network_source(&self) -> &Option<UpdateBridgeNetworkSourceRequest>
pub fn get_network_source(&self) -> &Option<UpdateBridgeNetworkSourceRequest>
Update the network source of the bridge.
sourcepub fn source_name(self, input: impl Into<String>) -> Self
pub fn source_name(self, input: impl Into<String>) -> Self
The name of the source that you want to update.
sourcepub fn set_source_name(self, input: Option<String>) -> Self
pub fn set_source_name(self, input: Option<String>) -> Self
The name of the source that you want to update.
sourcepub fn get_source_name(&self) -> &Option<String>
pub fn get_source_name(&self) -> &Option<String>
The name of the source that you want to update.
Trait Implementations§
source§impl Clone for UpdateBridgeSourceFluentBuilder
impl Clone for UpdateBridgeSourceFluentBuilder
source§fn clone(&self) -> UpdateBridgeSourceFluentBuilder
fn clone(&self) -> UpdateBridgeSourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more