Struct aws_sdk_nimble::operation::update_streaming_image::builders::UpdateStreamingImageOutputBuilder
source · #[non_exhaustive]pub struct UpdateStreamingImageOutputBuilder { /* private fields */ }Expand description
A builder for UpdateStreamingImageOutput.
Implementations§
source§impl UpdateStreamingImageOutputBuilder
impl UpdateStreamingImageOutputBuilder
sourcepub fn streaming_image(self, input: StreamingImage) -> Self
pub fn streaming_image(self, input: StreamingImage) -> Self
Represents a streaming image resource.
Streaming images are used by studio users to select which operating system and software they want to use in a Nimble Studio streaming session.
Amazon provides a number of streaming images that include popular 3rd-party software.
You can create your own streaming images using an Amazon EC2 machine image that you create for this purpose. You can also include software that your users require.
sourcepub fn set_streaming_image(self, input: Option<StreamingImage>) -> Self
pub fn set_streaming_image(self, input: Option<StreamingImage>) -> Self
Represents a streaming image resource.
Streaming images are used by studio users to select which operating system and software they want to use in a Nimble Studio streaming session.
Amazon provides a number of streaming images that include popular 3rd-party software.
You can create your own streaming images using an Amazon EC2 machine image that you create for this purpose. You can also include software that your users require.
sourcepub fn get_streaming_image(&self) -> &Option<StreamingImage>
pub fn get_streaming_image(&self) -> &Option<StreamingImage>
Represents a streaming image resource.
Streaming images are used by studio users to select which operating system and software they want to use in a Nimble Studio streaming session.
Amazon provides a number of streaming images that include popular 3rd-party software.
You can create your own streaming images using an Amazon EC2 machine image that you create for this purpose. You can also include software that your users require.
sourcepub fn build(self) -> UpdateStreamingImageOutput
pub fn build(self) -> UpdateStreamingImageOutput
Consumes the builder and constructs a UpdateStreamingImageOutput.
Trait Implementations§
source§impl Clone for UpdateStreamingImageOutputBuilder
impl Clone for UpdateStreamingImageOutputBuilder
source§fn clone(&self) -> UpdateStreamingImageOutputBuilder
fn clone(&self) -> UpdateStreamingImageOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateStreamingImageOutputBuilder
impl Default for UpdateStreamingImageOutputBuilder
source§fn default() -> UpdateStreamingImageOutputBuilder
fn default() -> UpdateStreamingImageOutputBuilder
source§impl PartialEq for UpdateStreamingImageOutputBuilder
impl PartialEq for UpdateStreamingImageOutputBuilder
source§fn eq(&self, other: &UpdateStreamingImageOutputBuilder) -> bool
fn eq(&self, other: &UpdateStreamingImageOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateStreamingImageOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateStreamingImageOutputBuilder
impl RefUnwindSafe for UpdateStreamingImageOutputBuilder
impl Send for UpdateStreamingImageOutputBuilder
impl Sync for UpdateStreamingImageOutputBuilder
impl Unpin for UpdateStreamingImageOutputBuilder
impl UnwindSafe for UpdateStreamingImageOutputBuilder
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
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more