Interface ClientProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClientProperties.Builder,
,ClientProperties> SdkBuilder<ClientProperties.Builder,
,ClientProperties> SdkPojo
- Enclosing class:
ClientProperties
-
Method Summary
Modifier and TypeMethodDescriptionlogUploadEnabled
(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.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.reconnectEnabled
(String reconnectEnabled) Specifies whether users can cache their credentials on the Amazon WorkSpaces client.reconnectEnabled
(ReconnectEnum reconnectEnabled) Specifies whether users can cache their credentials on the Amazon WorkSpaces client.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-