#[non_exhaustive]pub struct UpdateIngressGatewayBridgeRequestBuilder { /* private fields */ }Expand description
A builder for UpdateIngressGatewayBridgeRequest.
Implementations§
source§impl UpdateIngressGatewayBridgeRequestBuilder
impl UpdateIngressGatewayBridgeRequestBuilder
sourcepub fn max_bitrate(self, input: i32) -> Self
pub fn max_bitrate(self, input: i32) -> Self
The maximum expected bitrate (in bps).
sourcepub fn set_max_bitrate(self, input: Option<i32>) -> Self
pub fn set_max_bitrate(self, input: Option<i32>) -> Self
The maximum expected bitrate (in bps).
sourcepub fn get_max_bitrate(&self) -> &Option<i32>
pub fn get_max_bitrate(&self) -> &Option<i32>
The maximum expected bitrate (in bps).
sourcepub fn max_outputs(self, input: i32) -> Self
pub fn max_outputs(self, input: i32) -> Self
The maximum number of expected outputs.
sourcepub fn set_max_outputs(self, input: Option<i32>) -> Self
pub fn set_max_outputs(self, input: Option<i32>) -> Self
The maximum number of expected outputs.
sourcepub fn get_max_outputs(&self) -> &Option<i32>
pub fn get_max_outputs(&self) -> &Option<i32>
The maximum number of expected outputs.
sourcepub fn build(self) -> UpdateIngressGatewayBridgeRequest
pub fn build(self) -> UpdateIngressGatewayBridgeRequest
Consumes the builder and constructs a UpdateIngressGatewayBridgeRequest.
Trait Implementations§
source§impl Clone for UpdateIngressGatewayBridgeRequestBuilder
impl Clone for UpdateIngressGatewayBridgeRequestBuilder
source§fn clone(&self) -> UpdateIngressGatewayBridgeRequestBuilder
fn clone(&self) -> UpdateIngressGatewayBridgeRequestBuilder
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 UpdateIngressGatewayBridgeRequestBuilder
impl Default for UpdateIngressGatewayBridgeRequestBuilder
source§fn default() -> UpdateIngressGatewayBridgeRequestBuilder
fn default() -> UpdateIngressGatewayBridgeRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateIngressGatewayBridgeRequestBuilder
impl PartialEq for UpdateIngressGatewayBridgeRequestBuilder
source§fn eq(&self, other: &UpdateIngressGatewayBridgeRequestBuilder) -> bool
fn eq(&self, other: &UpdateIngressGatewayBridgeRequestBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateIngressGatewayBridgeRequestBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateIngressGatewayBridgeRequestBuilder
impl Send for UpdateIngressGatewayBridgeRequestBuilder
impl Sync for UpdateIngressGatewayBridgeRequestBuilder
impl Unpin for UpdateIngressGatewayBridgeRequestBuilder
impl UnwindSafe for UpdateIngressGatewayBridgeRequestBuilder
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.