public static interface UserSettings.Builder extends SdkPojo, CopyableBuilder<UserSettings.Builder,UserSettings>
| Modifier and Type | Method and Description |
|---|---|
UserSettings.Builder |
associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
|
UserSettings.Builder |
associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
|
default UserSettings.Builder |
cookieSynchronizationConfiguration(Consumer<CookieSynchronizationConfiguration.Builder> cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
|
UserSettings.Builder |
cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
|
UserSettings.Builder |
copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettings.Builder |
copyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettings.Builder |
disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
UserSettings.Builder |
downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettings.Builder |
downloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettings.Builder |
idleDisconnectTimeoutInMinutes(Integer idleDisconnectTimeoutInMinutes)
The amount of time that users can be idle (inactive) before they are disconnected from their streaming
session and the disconnect timeout interval begins.
|
UserSettings.Builder |
pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettings.Builder |
pasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettings.Builder |
printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettings.Builder |
printAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UserSettings.Builder |
uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettings.Builder |
uploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettings.Builder |
userSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserSettings.Builder associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
associatedPortalArns - A list of web portal ARNs that this user settings is associated with.UserSettings.Builder associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this user settings is associated with.
associatedPortalArns - A list of web portal ARNs that this user settings is associated with.UserSettings.Builder cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
cookieSynchronizationConfiguration - The configuration that specifies which cookies should be synchronized from the end user's local
browser to the remote browser.default UserSettings.Builder cookieSynchronizationConfiguration(Consumer<CookieSynchronizationConfiguration.Builder> cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
This is a convenience method that creates an instance of theCookieSynchronizationConfiguration.Builder avoiding the need to create one manually via
CookieSynchronizationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
cookieSynchronizationConfiguration(CookieSynchronizationConfiguration).
cookieSynchronizationConfiguration - a consumer that will call methods on CookieSynchronizationConfiguration.BuildercookieSynchronizationConfiguration(CookieSynchronizationConfiguration)UserSettings.Builder copyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.EnabledType,
EnabledTypeUserSettings.Builder copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.EnabledType,
EnabledTypeUserSettings.Builder disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
disconnectTimeoutInMinutes - The amount of time that a streaming session remains active after users disconnect.UserSettings.Builder downloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.EnabledType,
EnabledTypeUserSettings.Builder downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.EnabledType,
EnabledTypeUserSettings.Builder idleDisconnectTimeoutInMinutes(Integer idleDisconnectTimeoutInMinutes)
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
idleDisconnectTimeoutInMinutes - The amount of time that users can be idle (inactive) before they are disconnected from their streaming
session and the disconnect timeout interval begins.UserSettings.Builder pasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.EnabledType,
EnabledTypeUserSettings.Builder pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.EnabledType,
EnabledTypeUserSettings.Builder printAllowed(String printAllowed)
Specifies whether the user can print to the local device.
printAllowed - Specifies whether the user can print to the local device.EnabledType,
EnabledTypeUserSettings.Builder printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
printAllowed - Specifies whether the user can print to the local device.EnabledType,
EnabledTypeUserSettings.Builder uploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.EnabledType,
EnabledTypeUserSettings.Builder uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.EnabledType,
EnabledTypeUserSettings.Builder userSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn - The ARN of the user settings.Copyright © 2023. All rights reserved.