Interface UserSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserSettings.Builder,
,UserSettings> SdkBuilder<UserSettings.Builder,
,UserSettings> SdkPojo
- Enclosing class:
UserSettings
-
Method Summary
Modifier and TypeMethodDescriptionadditionalEncryptionContext
(Map<String, String> additionalEncryptionContext) The additional encryption context of the user settings.associatedPortalArns
(String... associatedPortalArns) A list of web portal ARNs that this user settings is associated with.associatedPortalArns
(Collection<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.cookieSynchronizationConfiguration
(CookieSynchronizationConfiguration cookieSynchronizationConfiguration) The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.copyAllowed
(String copyAllowed) Specifies whether the user can copy text from the streaming session to the local device.copyAllowed
(EnabledType copyAllowed) Specifies whether the user can copy text from the streaming session to the local device.customerManagedKey
(String customerManagedKey) The customer managed key used to encrypt sensitive information in the user settings.deepLinkAllowed
(String deepLinkAllowed) Specifies whether the user can use deep links that open automatically when connecting to a session.deepLinkAllowed
(EnabledType deepLinkAllowed) Specifies whether the user can use deep links that open automatically when connecting to a session.disconnectTimeoutInMinutes
(Integer disconnectTimeoutInMinutes) The amount of time that a streaming session remains active after users disconnect.downloadAllowed
(String downloadAllowed) Specifies whether the user can download files from the streaming session to the local device.downloadAllowed
(EnabledType downloadAllowed) Specifies whether the user can download files from the streaming session to the local device.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.pasteAllowed
(String pasteAllowed) Specifies whether the user can paste text from the local device to the streaming session.pasteAllowed
(EnabledType pasteAllowed) Specifies whether the user can paste text from the local device to the streaming session.printAllowed
(String printAllowed) Specifies whether the user can print to the local device.printAllowed
(EnabledType printAllowed) Specifies whether the user can print to the local device.default UserSettings.Builder
toolbarConfiguration
(Consumer<ToolbarConfiguration.Builder> toolbarConfiguration) The configuration of the toolbar.toolbarConfiguration
(ToolbarConfiguration toolbarConfiguration) The configuration of the toolbar.uploadAllowed
(String uploadAllowed) Specifies whether the user can upload files from the local device to the streaming session.uploadAllowed
(EnabledType uploadAllowed) Specifies whether the user can upload files from the local device to the streaming session.userSettingsArn
(String userSettingsArn) The ARN of the user settings.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
-
additionalEncryptionContext
The additional encryption context of the user settings.
- Parameters:
additionalEncryptionContext
- The additional encryption context of the user settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedPortalArns
A list of web portal ARNs that this user settings is associated with.
- Parameters:
associatedPortalArns
- A list of web portal ARNs that this user settings is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedPortalArns
A list of web portal ARNs that this user settings is associated with.
- Parameters:
associatedPortalArns
- A list of web portal ARNs that this user settings is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cookieSynchronizationConfiguration
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.
- Parameters:
cookieSynchronizationConfiguration
- The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cookieSynchronizationConfiguration
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 viaCookieSynchronizationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocookieSynchronizationConfiguration(CookieSynchronizationConfiguration)
.- Parameters:
cookieSynchronizationConfiguration
- a consumer that will call methods onCookieSynchronizationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
copyAllowed
Specifies whether the user can copy text from the streaming session to the local device.
- Parameters:
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
copyAllowed
Specifies whether the user can copy text from the streaming session to the local device.
- Parameters:
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customerManagedKey
The customer managed key used to encrypt sensitive information in the user settings.
- Parameters:
customerManagedKey
- The customer managed key used to encrypt sensitive information in the user settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deepLinkAllowed
Specifies whether the user can use deep links that open automatically when connecting to a session.
- Parameters:
deepLinkAllowed
- Specifies whether the user can use deep links that open automatically when connecting to a session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deepLinkAllowed
Specifies whether the user can use deep links that open automatically when connecting to a session.
- Parameters:
deepLinkAllowed
- Specifies whether the user can use deep links that open automatically when connecting to a session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
disconnectTimeoutInMinutes
The amount of time that a streaming session remains active after users disconnect.
- Parameters:
disconnectTimeoutInMinutes
- The amount of time that a streaming session remains active after users disconnect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
downloadAllowed
Specifies whether the user can download files from the streaming session to the local device.
- Parameters:
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
downloadAllowed
Specifies whether the user can download files from the streaming session to the local device.
- Parameters:
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pasteAllowed
Specifies whether the user can paste text from the local device to the streaming session.
- Parameters:
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pasteAllowed
Specifies whether the user can paste text from the local device to the streaming session.
- Parameters:
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
printAllowed
Specifies whether the user can print to the local device.
- Parameters:
printAllowed
- Specifies whether the user can print to the local device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
printAllowed
Specifies whether the user can print to the local device.
- Parameters:
printAllowed
- Specifies whether the user can print to the local device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toolbarConfiguration
The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.
- Parameters:
toolbarConfiguration
- The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toolbarConfiguration
default UserSettings.Builder toolbarConfiguration(Consumer<ToolbarConfiguration.Builder> toolbarConfiguration) The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.
This is a convenience method that creates an instance of theToolbarConfiguration.Builder
avoiding the need to create one manually viaToolbarConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totoolbarConfiguration(ToolbarConfiguration)
.- Parameters:
toolbarConfiguration
- a consumer that will call methods onToolbarConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
uploadAllowed
Specifies whether the user can upload files from the local device to the streaming session.
- Parameters:
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
uploadAllowed
Specifies whether the user can upload files from the local device to the streaming session.
- Parameters:
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userSettingsArn
The ARN of the user settings.
- Parameters:
userSettingsArn
- The ARN of the user settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-