Interface UserSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserSettings.Builder,UserSettings>,SdkBuilder<UserSettings.Builder,UserSettings>,SdkPojo
- Enclosing class:
- UserSettings
public static interface UserSettings.Builder extends SdkPojo, CopyableBuilder<UserSettings.Builder,UserSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UserSettings.BuilderassociatedPortalArns(String... associatedPortalArns)A list of web portal ARNs that this user settings is associated with.UserSettings.BuilderassociatedPortalArns(Collection<String> associatedPortalArns)A list of web portal ARNs that this user settings is associated with.default UserSettings.BuildercookieSynchronizationConfiguration(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.BuildercookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.UserSettings.BuildercopyAllowed(String copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.UserSettings.BuildercopyAllowed(EnabledType copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.UserSettings.BuilderdisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)The amount of time that a streaming session remains active after users disconnect.UserSettings.BuilderdownloadAllowed(String downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.UserSettings.BuilderdownloadAllowed(EnabledType downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.UserSettings.BuilderidleDisconnectTimeoutInMinutes(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.BuilderpasteAllowed(String pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.UserSettings.BuilderpasteAllowed(EnabledType pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.UserSettings.BuilderprintAllowed(String printAllowed)Specifies whether the user can print to the local device.UserSettings.BuilderprintAllowed(EnabledType printAllowed)Specifies whether the user can print to the local device.UserSettings.BuilderuploadAllowed(String uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.UserSettings.BuilderuploadAllowed(EnabledType uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.UserSettings.BuilderuserSettingsArn(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, sdkFields
-
-
-
-
Method Detail
-
associatedPortalArns
UserSettings.Builder associatedPortalArns(Collection<String> 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
UserSettings.Builder associatedPortalArns(String... 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.Builderavoiding the need to create one manually viaCookieSynchronizationConfiguration.builder().When the
Consumercompletes,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:
cookieSynchronizationConfiguration(CookieSynchronizationConfiguration)
-
copyAllowed
UserSettings.Builder copyAllowed(String 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:
EnabledType,EnabledType
-
copyAllowed
UserSettings.Builder copyAllowed(EnabledType 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:
EnabledType,EnabledType
-
disconnectTimeoutInMinutes
UserSettings.Builder disconnectTimeoutInMinutes(Integer 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
UserSettings.Builder downloadAllowed(String 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:
EnabledType,EnabledType
-
downloadAllowed
UserSettings.Builder downloadAllowed(EnabledType 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:
EnabledType,EnabledType
-
idleDisconnectTimeoutInMinutes
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.
- 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
UserSettings.Builder pasteAllowed(String 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:
EnabledType,EnabledType
-
pasteAllowed
UserSettings.Builder pasteAllowed(EnabledType 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:
EnabledType,EnabledType
-
printAllowed
UserSettings.Builder printAllowed(String 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:
EnabledType,EnabledType
-
printAllowed
UserSettings.Builder printAllowed(EnabledType 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:
EnabledType,EnabledType
-
uploadAllowed
UserSettings.Builder uploadAllowed(String 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:
EnabledType,EnabledType
-
uploadAllowed
UserSettings.Builder uploadAllowed(EnabledType 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:
EnabledType,EnabledType
-
userSettingsArn
UserSettings.Builder userSettingsArn(String 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.
-
-