Interface UpdateUserSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateUserSettingsRequest.Builder,UpdateUserSettingsRequest>,SdkBuilder<UpdateUserSettingsRequest.Builder,UpdateUserSettingsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesWebRequest.Builder
- Enclosing class:
- UpdateUserSettingsRequest
public static interface UpdateUserSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserSettingsRequest.Builder,UpdateUserSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateUserSettingsRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default UpdateUserSettingsRequest.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.UpdateUserSettingsRequest.BuildercookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.UpdateUserSettingsRequest.BuildercopyAllowed(String copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.UpdateUserSettingsRequest.BuildercopyAllowed(EnabledType copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.UpdateUserSettingsRequest.BuilderdeepLinkAllowed(String deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.UpdateUserSettingsRequest.BuilderdeepLinkAllowed(EnabledType deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.UpdateUserSettingsRequest.BuilderdisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)The amount of time that a streaming session remains active after users disconnect.UpdateUserSettingsRequest.BuilderdownloadAllowed(String downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.UpdateUserSettingsRequest.BuilderdownloadAllowed(EnabledType downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.UpdateUserSettingsRequest.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.UpdateUserSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateUserSettingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateUserSettingsRequest.BuilderpasteAllowed(String pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.UpdateUserSettingsRequest.BuilderpasteAllowed(EnabledType pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.UpdateUserSettingsRequest.BuilderprintAllowed(String printAllowed)Specifies whether the user can print to the local device.UpdateUserSettingsRequest.BuilderprintAllowed(EnabledType printAllowed)Specifies whether the user can print to the local device.UpdateUserSettingsRequest.BuilderuploadAllowed(String uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.UpdateUserSettingsRequest.BuilderuploadAllowed(EnabledType uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.UpdateUserSettingsRequest.BuilderuserSettingsArn(String userSettingsArn)The ARN of the user settings.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebRequest.Builder
build
-
-
-
-
Method Detail
-
clientToken
UpdateUserSettingsRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cookieSynchronizationConfiguration
UpdateUserSettingsRequest.Builder cookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
If the allowlist and blocklist are empty, the configuration becomes null.
- Parameters:
cookieSynchronizationConfiguration- The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.If the allowlist and blocklist are empty, the configuration becomes null.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cookieSynchronizationConfiguration
default UpdateUserSettingsRequest.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.
If the allowlist and blocklist are empty, the configuration becomes null.
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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
-
deepLinkAllowed
UpdateUserSettingsRequest.Builder deepLinkAllowed(String 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:
EnabledType,EnabledType
-
deepLinkAllowed
UpdateUserSettingsRequest.Builder deepLinkAllowed(EnabledType 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:
EnabledType,EnabledType
-
disconnectTimeoutInMinutes
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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
UpdateUserSettingsRequest.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.
-
overrideConfiguration
UpdateUserSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateUserSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-