public static interface ClientProperties.Builder extends SdkPojo, CopyableBuilder<ClientProperties.Builder,ClientProperties>
Modifier and Type | Method and Description |
---|---|
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.
|
copy
applyMutation, build
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.
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
,
ReconnectEnum
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.
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
,
ReconnectEnum
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.