Interface CreateUserSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateUserSettingsRequest.Builder,CreateUserSettingsRequest>,SdkBuilder<CreateUserSettingsRequest.Builder,CreateUserSettingsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesWebRequest.Builder
- Enclosing class:
- CreateUserSettingsRequest
public static interface CreateUserSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<CreateUserSettingsRequest.Builder,CreateUserSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateUserSettingsRequest.BuilderadditionalEncryptionContext(Map<String,String> additionalEncryptionContext)The additional encryption context of the user settings.CreateUserSettingsRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default CreateUserSettingsRequest.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.CreateUserSettingsRequest.BuildercookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CreateUserSettingsRequest.BuildercopyAllowed(String copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.CreateUserSettingsRequest.BuildercopyAllowed(EnabledType copyAllowed)Specifies whether the user can copy text from the streaming session to the local device.CreateUserSettingsRequest.BuildercustomerManagedKey(String customerManagedKey)The customer managed key used to encrypt sensitive information in the user settings.CreateUserSettingsRequest.BuilderdeepLinkAllowed(String deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.CreateUserSettingsRequest.BuilderdeepLinkAllowed(EnabledType deepLinkAllowed)Specifies whether the user can use deep links that open automatically when connecting to a session.CreateUserSettingsRequest.BuilderdisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)The amount of time that a streaming session remains active after users disconnect.CreateUserSettingsRequest.BuilderdownloadAllowed(String downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.CreateUserSettingsRequest.BuilderdownloadAllowed(EnabledType downloadAllowed)Specifies whether the user can download files from the streaming session to the local device.CreateUserSettingsRequest.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.CreateUserSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateUserSettingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateUserSettingsRequest.BuilderpasteAllowed(String pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.CreateUserSettingsRequest.BuilderpasteAllowed(EnabledType pasteAllowed)Specifies whether the user can paste text from the local device to the streaming session.CreateUserSettingsRequest.BuilderprintAllowed(String printAllowed)Specifies whether the user can print to the local device.CreateUserSettingsRequest.BuilderprintAllowed(EnabledType printAllowed)Specifies whether the user can print to the local device.CreateUserSettingsRequest.Buildertags(Collection<Tag> tags)The tags to add to the user settings resource.CreateUserSettingsRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags to add to the user settings resource.CreateUserSettingsRequest.Buildertags(Tag... tags)The tags to add to the user settings resource.CreateUserSettingsRequest.BuilderuploadAllowed(String uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.CreateUserSettingsRequest.BuilderuploadAllowed(EnabledType uploadAllowed)Specifies whether the user can upload files from the local device to the streaming session.-
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
-
additionalEncryptionContext
CreateUserSettingsRequest.Builder additionalEncryptionContext(Map<String,String> 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.
-
clientToken
CreateUserSettingsRequest.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 returns 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 returns 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
CreateUserSettingsRequest.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 CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
-
customerManagedKey
CreateUserSettingsRequest.Builder customerManagedKey(String 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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
-
tags
CreateUserSettingsRequest.Builder tags(Collection<Tag> tags)
The tags to add to the user settings resource. A tag is a key-value pair.
- Parameters:
tags- The tags to add to the user settings resource. A tag is a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateUserSettingsRequest.Builder tags(Tag... tags)
The tags to add to the user settings resource. A tag is a key-value pair.
- Parameters:
tags- The tags to add to the user settings resource. A tag is a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateUserSettingsRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to add to the user settings resource. A tag is a key-value pair.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
uploadAllowed
CreateUserSettingsRequest.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
CreateUserSettingsRequest.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
-
overrideConfiguration
CreateUserSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateUserSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-