#[non_exhaustive]pub struct VideoArtifactsConfigurationBuilder { /* private fields */ }Expand description
A builder for VideoArtifactsConfiguration.
Implementations§
source§impl VideoArtifactsConfigurationBuilder
impl VideoArtifactsConfigurationBuilder
sourcepub fn state(self, input: ArtifactsState) -> Self
pub fn state(self, input: ArtifactsState) -> Self
Indicates whether the video artifact is enabled or disabled.
sourcepub fn set_state(self, input: Option<ArtifactsState>) -> Self
pub fn set_state(self, input: Option<ArtifactsState>) -> Self
Indicates whether the video artifact is enabled or disabled.
sourcepub fn mux_type(self, input: VideoMuxType) -> Self
pub fn mux_type(self, input: VideoMuxType) -> Self
The MUX type of the video artifact configuration object.
sourcepub fn set_mux_type(self, input: Option<VideoMuxType>) -> Self
pub fn set_mux_type(self, input: Option<VideoMuxType>) -> Self
The MUX type of the video artifact configuration object.
sourcepub fn build(self) -> VideoArtifactsConfiguration
pub fn build(self) -> VideoArtifactsConfiguration
Consumes the builder and constructs a VideoArtifactsConfiguration.
Trait Implementations§
source§impl Clone for VideoArtifactsConfigurationBuilder
impl Clone for VideoArtifactsConfigurationBuilder
source§fn clone(&self) -> VideoArtifactsConfigurationBuilder
fn clone(&self) -> VideoArtifactsConfigurationBuilder
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 VideoArtifactsConfigurationBuilder
impl Default for VideoArtifactsConfigurationBuilder
source§fn default() -> VideoArtifactsConfigurationBuilder
fn default() -> VideoArtifactsConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<VideoArtifactsConfigurationBuilder> for VideoArtifactsConfigurationBuilder
impl PartialEq<VideoArtifactsConfigurationBuilder> for VideoArtifactsConfigurationBuilder
source§fn eq(&self, other: &VideoArtifactsConfigurationBuilder) -> bool
fn eq(&self, other: &VideoArtifactsConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VideoArtifactsConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for VideoArtifactsConfigurationBuilder
impl Send for VideoArtifactsConfigurationBuilder
impl Sync for VideoArtifactsConfigurationBuilder
impl Unpin for VideoArtifactsConfigurationBuilder
impl UnwindSafe for VideoArtifactsConfigurationBuilder
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