Struct aws_sdk_mediaconnect::types::builders::BridgeOutputBuilder
source · #[non_exhaustive]pub struct BridgeOutputBuilder { /* private fields */ }Expand description
A builder for BridgeOutput.
Implementations§
source§impl BridgeOutputBuilder
impl BridgeOutputBuilder
sourcepub fn flow_output(self, input: BridgeFlowOutput) -> Self
pub fn flow_output(self, input: BridgeFlowOutput) -> Self
The output of the bridge. A flow output is delivered to the AWS cloud.
sourcepub fn set_flow_output(self, input: Option<BridgeFlowOutput>) -> Self
pub fn set_flow_output(self, input: Option<BridgeFlowOutput>) -> Self
The output of the bridge. A flow output is delivered to the AWS cloud.
sourcepub fn get_flow_output(&self) -> &Option<BridgeFlowOutput>
pub fn get_flow_output(&self) -> &Option<BridgeFlowOutput>
The output of the bridge. A flow output is delivered to the AWS cloud.
sourcepub fn network_output(self, input: BridgeNetworkOutput) -> Self
pub fn network_output(self, input: BridgeNetworkOutput) -> Self
The output of the bridge. A network output is delivered to your premises.
sourcepub fn set_network_output(self, input: Option<BridgeNetworkOutput>) -> Self
pub fn set_network_output(self, input: Option<BridgeNetworkOutput>) -> Self
The output of the bridge. A network output is delivered to your premises.
sourcepub fn get_network_output(&self) -> &Option<BridgeNetworkOutput>
pub fn get_network_output(&self) -> &Option<BridgeNetworkOutput>
The output of the bridge. A network output is delivered to your premises.
sourcepub fn build(self) -> BridgeOutput
pub fn build(self) -> BridgeOutput
Consumes the builder and constructs a BridgeOutput.
Trait Implementations§
source§impl Clone for BridgeOutputBuilder
impl Clone for BridgeOutputBuilder
source§fn clone(&self) -> BridgeOutputBuilder
fn clone(&self) -> BridgeOutputBuilder
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 BridgeOutputBuilder
impl Debug for BridgeOutputBuilder
source§impl Default for BridgeOutputBuilder
impl Default for BridgeOutputBuilder
source§fn default() -> BridgeOutputBuilder
fn default() -> BridgeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BridgeOutputBuilder
impl PartialEq for BridgeOutputBuilder
source§fn eq(&self, other: &BridgeOutputBuilder) -> bool
fn eq(&self, other: &BridgeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BridgeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BridgeOutputBuilder
impl Send for BridgeOutputBuilder
impl Sync for BridgeOutputBuilder
impl Unpin for BridgeOutputBuilder
impl UnwindSafe for BridgeOutputBuilder
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.