Interface ClientProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClientProperties.Builder,ClientProperties>,SdkBuilder<ClientProperties.Builder,ClientProperties>,SdkPojo
- Enclosing class:
- ClientProperties
public static interface ClientProperties.Builder extends SdkPojo, CopyableBuilder<ClientProperties.Builder,ClientProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientProperties.BuilderlogUploadEnabled(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.BuilderlogUploadEnabled(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.BuilderreconnectEnabled(String reconnectEnabled)Specifies whether users can cache their credentials on the Amazon WorkSpaces client.ClientProperties.BuilderreconnectEnabled(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, sdkFields
-
-
-
-
Method Detail
-
reconnectEnabled
ClientProperties.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.
- 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:
ReconnectEnum,ReconnectEnum
-
reconnectEnabled
ClientProperties.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.
- 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:
ReconnectEnum,ReconnectEnum
-
logUploadEnabled
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. 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:
LogUploadEnum,LogUploadEnum
-
logUploadEnabled
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. 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:
LogUploadEnum,LogUploadEnum
-
-