Struct aws_sdk_mediaconnect::operation::add_bridge_sources::builders::AddBridgeSourcesOutputBuilder
source · #[non_exhaustive]pub struct AddBridgeSourcesOutputBuilder { /* private fields */ }Expand description
A builder for AddBridgeSourcesOutput.
Implementations§
source§impl AddBridgeSourcesOutputBuilder
impl AddBridgeSourcesOutputBuilder
sourcepub fn bridge_arn(self, input: impl Into<String>) -> Self
pub fn bridge_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Number (ARN) of the bridge.
sourcepub fn set_bridge_arn(self, input: Option<String>) -> Self
pub fn set_bridge_arn(self, input: Option<String>) -> Self
The Amazon Resource Number (ARN) of the bridge.
sourcepub fn get_bridge_arn(&self) -> &Option<String>
pub fn get_bridge_arn(&self) -> &Option<String>
The Amazon Resource Number (ARN) of the bridge.
sourcepub fn sources(self, input: BridgeSource) -> Self
pub fn sources(self, input: BridgeSource) -> Self
Appends an item to sources.
To override the contents of this collection use set_sources.
The sources that you added to this bridge.
sourcepub fn set_sources(self, input: Option<Vec<BridgeSource>>) -> Self
pub fn set_sources(self, input: Option<Vec<BridgeSource>>) -> Self
The sources that you added to this bridge.
sourcepub fn get_sources(&self) -> &Option<Vec<BridgeSource>>
pub fn get_sources(&self) -> &Option<Vec<BridgeSource>>
The sources that you added to this bridge.
sourcepub fn build(self) -> AddBridgeSourcesOutput
pub fn build(self) -> AddBridgeSourcesOutput
Consumes the builder and constructs a AddBridgeSourcesOutput.
Trait Implementations§
source§impl Clone for AddBridgeSourcesOutputBuilder
impl Clone for AddBridgeSourcesOutputBuilder
source§fn clone(&self) -> AddBridgeSourcesOutputBuilder
fn clone(&self) -> AddBridgeSourcesOutputBuilder
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 AddBridgeSourcesOutputBuilder
impl Default for AddBridgeSourcesOutputBuilder
source§fn default() -> AddBridgeSourcesOutputBuilder
fn default() -> AddBridgeSourcesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddBridgeSourcesOutputBuilder
impl PartialEq for AddBridgeSourcesOutputBuilder
source§fn eq(&self, other: &AddBridgeSourcesOutputBuilder) -> bool
fn eq(&self, other: &AddBridgeSourcesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AddBridgeSourcesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddBridgeSourcesOutputBuilder
impl Send for AddBridgeSourcesOutputBuilder
impl Sync for AddBridgeSourcesOutputBuilder
impl Unpin for AddBridgeSourcesOutputBuilder
impl UnwindSafe for AddBridgeSourcesOutputBuilder
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.