Struct aws_sdk_workspacesweb::model::user_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UserSettings
Implementations
The ARN of the user settings.
The ARN of the user settings.
Appends an item to associated_portal_arns
.
To override the contents of this collection use set_associated_portal_arns
.
A list of web portal ARNs that this user settings is associated with.
A list of web portal ARNs that this user settings is associated with.
Specifies whether the user can copy text from the streaming session to the local device.
Specifies whether the user can copy text from the streaming session to the local device.
Specifies whether the user can paste text from the local device to the streaming session.
Specifies whether the user can paste text from the local device to the streaming session.
Specifies whether the user can download files from the streaming session to the local device.
Specifies whether the user can download files from the streaming session to the local device.
Specifies whether the user can upload files from the local device to the streaming session.
Specifies whether the user can upload files from the local device to the streaming session.
Specifies whether the user can print to the local device.
Specifies whether the user can print to the local device.
Consumes the builder and constructs a UserSettings
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