Struct aws_sdk_mediaconnect::operation::update_bridge_source::builders::UpdateBridgeSourceInputBuilder
source · #[non_exhaustive]pub struct UpdateBridgeSourceInputBuilder { /* private fields */ }Expand description
A builder for UpdateBridgeSourceInput.
Implementations§
source§impl UpdateBridgeSourceInputBuilder
impl UpdateBridgeSourceInputBuilder
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. This field is required.
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. This field is required.
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.
sourcepub fn build(self) -> Result<UpdateBridgeSourceInput, BuildError>
pub fn build(self) -> Result<UpdateBridgeSourceInput, BuildError>
Consumes the builder and constructs a UpdateBridgeSourceInput.
source§impl UpdateBridgeSourceInputBuilder
impl UpdateBridgeSourceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateBridgeSourceOutput, SdkError<UpdateBridgeSourceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateBridgeSourceOutput, SdkError<UpdateBridgeSourceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateBridgeSourceInputBuilder
impl Clone for UpdateBridgeSourceInputBuilder
source§fn clone(&self) -> UpdateBridgeSourceInputBuilder
fn clone(&self) -> UpdateBridgeSourceInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for UpdateBridgeSourceInputBuilder
impl Default for UpdateBridgeSourceInputBuilder
source§fn default() -> UpdateBridgeSourceInputBuilder
fn default() -> UpdateBridgeSourceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateBridgeSourceInputBuilder
impl PartialEq for UpdateBridgeSourceInputBuilder
source§fn eq(&self, other: &UpdateBridgeSourceInputBuilder) -> bool
fn eq(&self, other: &UpdateBridgeSourceInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateBridgeSourceInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBridgeSourceInputBuilder
impl Send for UpdateBridgeSourceInputBuilder
impl Sync for UpdateBridgeSourceInputBuilder
impl Unpin for UpdateBridgeSourceInputBuilder
impl UnwindSafe for UpdateBridgeSourceInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.