Struct aws_sdk_nimble::model::stream_configuration_create::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StreamConfigurationCreate
Implementations
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
Appends an item to ec2_instance_types.
To override the contents of this collection use set_ec2_instance_types.
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
Appends an item to streaming_image_ids.
To override the contents of this collection use set_streaming_image_ids.
The streaming images that users can select from when launching a streaming session with this launch profile.
The streaming images that users can select from when launching a streaming session with this launch profile.
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
Consumes the builder and constructs a StreamConfigurationCreate
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
