#[non_exhaustive]pub struct UpdateBridgeOutputBuilder { /* private fields */ }Expand description
A builder for UpdateBridgeOutput.
Implementations§
source§impl UpdateBridgeOutputBuilder
impl UpdateBridgeOutputBuilder
sourcepub fn bridge(self, input: Bridge) -> Self
pub fn bridge(self, input: Bridge) -> Self
A Bridge is the connection between your datacenter’s Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud.
sourcepub fn set_bridge(self, input: Option<Bridge>) -> Self
pub fn set_bridge(self, input: Option<Bridge>) -> Self
A Bridge is the connection between your datacenter’s Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud.
sourcepub fn get_bridge(&self) -> &Option<Bridge>
pub fn get_bridge(&self) -> &Option<Bridge>
A Bridge is the connection between your datacenter’s Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud.
sourcepub fn build(self) -> UpdateBridgeOutput
pub fn build(self) -> UpdateBridgeOutput
Consumes the builder and constructs a UpdateBridgeOutput.
Trait Implementations§
source§impl Clone for UpdateBridgeOutputBuilder
impl Clone for UpdateBridgeOutputBuilder
source§fn clone(&self) -> UpdateBridgeOutputBuilder
fn clone(&self) -> UpdateBridgeOutputBuilder
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 UpdateBridgeOutputBuilder
impl Debug for UpdateBridgeOutputBuilder
source§impl Default for UpdateBridgeOutputBuilder
impl Default for UpdateBridgeOutputBuilder
source§fn default() -> UpdateBridgeOutputBuilder
fn default() -> UpdateBridgeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateBridgeOutputBuilder
impl PartialEq for UpdateBridgeOutputBuilder
source§fn eq(&self, other: &UpdateBridgeOutputBuilder) -> bool
fn eq(&self, other: &UpdateBridgeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateBridgeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBridgeOutputBuilder
impl Send for UpdateBridgeOutputBuilder
impl Sync for UpdateBridgeOutputBuilder
impl Unpin for UpdateBridgeOutputBuilder
impl UnwindSafe for UpdateBridgeOutputBuilder
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.