#[non_exhaustive]pub struct InputConfigurationRequestBuilder { /* private fields */ }Expand description
A builder for InputConfigurationRequest.
Implementations§
source§impl InputConfigurationRequestBuilder
impl InputConfigurationRequestBuilder
sourcepub fn input_port(self, input: i32) -> Self
pub fn input_port(self, input: i32) -> Self
The port that you want the flow to listen on for an incoming media stream. This field is required.
sourcepub fn set_input_port(self, input: Option<i32>) -> Self
pub fn set_input_port(self, input: Option<i32>) -> Self
The port that you want the flow to listen on for an incoming media stream.
sourcepub fn get_input_port(&self) -> &Option<i32>
pub fn get_input_port(&self) -> &Option<i32>
The port that you want the flow to listen on for an incoming media stream.
sourcepub fn interface(self, input: InterfaceRequest) -> Self
pub fn interface(self, input: InterfaceRequest) -> Self
The VPC interface that you want to use for the incoming media stream. This field is required.
sourcepub fn set_interface(self, input: Option<InterfaceRequest>) -> Self
pub fn set_interface(self, input: Option<InterfaceRequest>) -> Self
The VPC interface that you want to use for the incoming media stream.
sourcepub fn get_interface(&self) -> &Option<InterfaceRequest>
pub fn get_interface(&self) -> &Option<InterfaceRequest>
The VPC interface that you want to use for the incoming media stream.
sourcepub fn build(self) -> InputConfigurationRequest
pub fn build(self) -> InputConfigurationRequest
Consumes the builder and constructs a InputConfigurationRequest.
Trait Implementations§
source§impl Clone for InputConfigurationRequestBuilder
impl Clone for InputConfigurationRequestBuilder
source§fn clone(&self) -> InputConfigurationRequestBuilder
fn clone(&self) -> InputConfigurationRequestBuilder
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 InputConfigurationRequestBuilder
impl Default for InputConfigurationRequestBuilder
source§fn default() -> InputConfigurationRequestBuilder
fn default() -> InputConfigurationRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InputConfigurationRequestBuilder
impl PartialEq for InputConfigurationRequestBuilder
source§fn eq(&self, other: &InputConfigurationRequestBuilder) -> bool
fn eq(&self, other: &InputConfigurationRequestBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InputConfigurationRequestBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InputConfigurationRequestBuilder
impl Send for InputConfigurationRequestBuilder
impl Sync for InputConfigurationRequestBuilder
impl Unpin for InputConfigurationRequestBuilder
impl UnwindSafe for InputConfigurationRequestBuilder
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.