Struct aws_sdk_nimble::model::streaming_image::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StreamingImage
Implementations
A human-readable description of the streaming image.
A human-readable description of the streaming image.
The ID of an EC2 machine image with which to create the streaming image.
The ID of an EC2 machine image with which to create the streaming image.
The encryption configuration.
pub fn set_encryption_configuration(
self,
input: Option<StreamingImageEncryptionConfiguration>
) -> Self
pub fn set_encryption_configuration(
self,
input: Option<StreamingImageEncryptionConfiguration>
) -> Self
The encryption configuration.
Appends an item to eula_ids.
To override the contents of this collection use set_eula_ids.
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
A friendly name for a streaming image resource.
A friendly name for a streaming image resource.
The owner of the streaming image, either the studioId that contains the streaming image, or 'amazon' for images that are provided by Amazon Nimble Studio.
The owner of the streaming image, either the studioId that contains the streaming image, or 'amazon' for images that are provided by Amazon Nimble Studio.
The platform of the streaming image, either WINDOWS or LINUX.
The platform of the streaming image, either WINDOWS or LINUX.
The current state.
The current state.
The status code.
The status code.
The status message for the streaming image.
The status message for the streaming image.
The ID of the streaming image.
The ID of the streaming image.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A collection of labels, in the form of key:value pairs, that apply to this resource.
A collection of labels, in the form of key:value pairs, that apply to this resource.
Consumes the builder and constructs a StreamingImage
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
