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 ==.