public static interface ClientProperties.Builder extends SdkPojo, CopyableBuilder<ClientProperties.Builder,ClientProperties>
| Modifier and Type | Method and Description |
|---|---|
ClientProperties.Builder |
logUploadEnabled(LogUploadEnum logUploadEnabled)
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to
troubleshoot issues when using the WorkSpaces client.
|
ClientProperties.Builder |
logUploadEnabled(String logUploadEnabled)
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to
troubleshoot issues when using the WorkSpaces client.
|
ClientProperties.Builder |
reconnectEnabled(ReconnectEnum reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
ClientProperties.Builder |
reconnectEnabled(String reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientProperties.Builder reconnectEnabled(String reconnectEnabled)
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.
reconnectEnabled - 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.ReconnectEnum,
ReconnectEnumClientProperties.Builder reconnectEnabled(ReconnectEnum reconnectEnabled)
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.
reconnectEnabled - 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.ReconnectEnum,
ReconnectEnumClientProperties.Builder logUploadEnabled(String logUploadEnabled)
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.
logUploadEnabled - 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.LogUploadEnum,
LogUploadEnumClientProperties.Builder logUploadEnabled(LogUploadEnum logUploadEnabled)
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.
logUploadEnabled - 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.LogUploadEnum,
LogUploadEnumCopyright © 2023. All rights reserved.