Struct aws_sdk_chime::types::builders::SelectedVideoStreamsBuilder
source · #[non_exhaustive]pub struct SelectedVideoStreamsBuilder { /* private fields */ }Expand description
A builder for SelectedVideoStreams.
Implementations§
source§impl SelectedVideoStreamsBuilder
impl SelectedVideoStreamsBuilder
sourcepub fn attendee_ids(self, input: impl Into<String>) -> Self
pub fn attendee_ids(self, input: impl Into<String>) -> Self
Appends an item to attendee_ids.
To override the contents of this collection use set_attendee_ids.
The attendee IDs of the streams selected for a media capture pipeline.
sourcepub fn set_attendee_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_attendee_ids(self, input: Option<Vec<String>>) -> Self
The attendee IDs of the streams selected for a media capture pipeline.
sourcepub fn external_user_ids(self, input: impl Into<String>) -> Self
pub fn external_user_ids(self, input: impl Into<String>) -> Self
Appends an item to external_user_ids.
To override the contents of this collection use set_external_user_ids.
The external user IDs of the streams selected for a media capture pipeline.
sourcepub fn set_external_user_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_external_user_ids(self, input: Option<Vec<String>>) -> Self
The external user IDs of the streams selected for a media capture pipeline.
sourcepub fn build(self) -> SelectedVideoStreams
pub fn build(self) -> SelectedVideoStreams
Consumes the builder and constructs a SelectedVideoStreams.
Trait Implementations§
source§impl Clone for SelectedVideoStreamsBuilder
impl Clone for SelectedVideoStreamsBuilder
source§fn clone(&self) -> SelectedVideoStreamsBuilder
fn clone(&self) -> SelectedVideoStreamsBuilder
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 SelectedVideoStreamsBuilder
impl Debug for SelectedVideoStreamsBuilder
source§impl Default for SelectedVideoStreamsBuilder
impl Default for SelectedVideoStreamsBuilder
source§fn default() -> SelectedVideoStreamsBuilder
fn default() -> SelectedVideoStreamsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SelectedVideoStreamsBuilder> for SelectedVideoStreamsBuilder
impl PartialEq<SelectedVideoStreamsBuilder> for SelectedVideoStreamsBuilder
source§fn eq(&self, other: &SelectedVideoStreamsBuilder) -> bool
fn eq(&self, other: &SelectedVideoStreamsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SelectedVideoStreamsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SelectedVideoStreamsBuilder
impl Send for SelectedVideoStreamsBuilder
impl Sync for SelectedVideoStreamsBuilder
impl Unpin for SelectedVideoStreamsBuilder
impl UnwindSafe for SelectedVideoStreamsBuilder
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