Struct aws_sdk_workspaces::model::client_properties::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ClientProperties
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reconnect_enabled(self, input: ReconnectEnum) -> Self
pub fn reconnect_enabled(self, input: ReconnectEnum) -> Self
Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
sourcepub fn set_reconnect_enabled(self, input: Option<ReconnectEnum>) -> Self
pub fn set_reconnect_enabled(self, input: Option<ReconnectEnum>) -> Self
Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
sourcepub fn log_upload_enabled(self, input: LogUploadEnum) -> Self
pub fn log_upload_enabled(self, input: LogUploadEnum) -> Self
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
sourcepub fn set_log_upload_enabled(self, input: Option<LogUploadEnum>) -> Self
pub fn set_log_upload_enabled(self, input: Option<LogUploadEnum>) -> Self
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
sourcepub fn build(self) -> ClientProperties
pub fn build(self) -> ClientProperties
Consumes the builder and constructs a ClientProperties
.