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