Struct aws_sdk_mediaconnect::types::builders::BridgeSourceBuilder
source · #[non_exhaustive]pub struct BridgeSourceBuilder { /* private fields */ }Expand description
A builder for BridgeSource.
Implementations§
source§impl BridgeSourceBuilder
impl BridgeSourceBuilder
sourcepub fn flow_source(self, input: BridgeFlowSource) -> Self
pub fn flow_source(self, input: BridgeFlowSource) -> Self
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
sourcepub fn set_flow_source(self, input: Option<BridgeFlowSource>) -> Self
pub fn set_flow_source(self, input: Option<BridgeFlowSource>) -> Self
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
sourcepub fn get_flow_source(&self) -> &Option<BridgeFlowSource>
pub fn get_flow_source(&self) -> &Option<BridgeFlowSource>
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
sourcepub fn network_source(self, input: BridgeNetworkSource) -> Self
pub fn network_source(self, input: BridgeNetworkSource) -> Self
The source of the bridge. A network source originates at your premises.
sourcepub fn set_network_source(self, input: Option<BridgeNetworkSource>) -> Self
pub fn set_network_source(self, input: Option<BridgeNetworkSource>) -> Self
The source of the bridge. A network source originates at your premises.
sourcepub fn get_network_source(&self) -> &Option<BridgeNetworkSource>
pub fn get_network_source(&self) -> &Option<BridgeNetworkSource>
The source of the bridge. A network source originates at your premises.
sourcepub fn build(self) -> BridgeSource
pub fn build(self) -> BridgeSource
Consumes the builder and constructs a BridgeSource.
Trait Implementations§
source§impl Clone for BridgeSourceBuilder
impl Clone for BridgeSourceBuilder
source§fn clone(&self) -> BridgeSourceBuilder
fn clone(&self) -> BridgeSourceBuilder
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 Debug for BridgeSourceBuilder
impl Debug for BridgeSourceBuilder
source§impl Default for BridgeSourceBuilder
impl Default for BridgeSourceBuilder
source§fn default() -> BridgeSourceBuilder
fn default() -> BridgeSourceBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BridgeSourceBuilder
impl PartialEq for BridgeSourceBuilder
source§fn eq(&self, other: &BridgeSourceBuilder) -> bool
fn eq(&self, other: &BridgeSourceBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BridgeSourceBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BridgeSourceBuilder
impl Send for BridgeSourceBuilder
impl Sync for BridgeSourceBuilder
impl Unpin for BridgeSourceBuilder
impl UnwindSafe for BridgeSourceBuilder
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.