#[non_exhaustive]pub struct CreateBridgeOutputBuilder { /* private fields */ }Expand description
A builder for CreateBridgeOutput.
Implementations§
source§impl CreateBridgeOutputBuilder
impl CreateBridgeOutputBuilder
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) -> CreateBridgeOutput
pub fn build(self) -> CreateBridgeOutput
Consumes the builder and constructs a CreateBridgeOutput.
Trait Implementations§
source§impl Clone for CreateBridgeOutputBuilder
impl Clone for CreateBridgeOutputBuilder
source§fn clone(&self) -> CreateBridgeOutputBuilder
fn clone(&self) -> CreateBridgeOutputBuilder
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 CreateBridgeOutputBuilder
impl Debug for CreateBridgeOutputBuilder
source§impl Default for CreateBridgeOutputBuilder
impl Default for CreateBridgeOutputBuilder
source§fn default() -> CreateBridgeOutputBuilder
fn default() -> CreateBridgeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateBridgeOutputBuilder
impl PartialEq for CreateBridgeOutputBuilder
source§fn eq(&self, other: &CreateBridgeOutputBuilder) -> bool
fn eq(&self, other: &CreateBridgeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateBridgeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateBridgeOutputBuilder
impl Send for CreateBridgeOutputBuilder
impl Sync for CreateBridgeOutputBuilder
impl Unpin for CreateBridgeOutputBuilder
impl UnwindSafe for CreateBridgeOutputBuilder
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.