Interface CreateUserSettingsRequest.Builder

    • 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 AWS 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 AWS 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.
      • 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.
      • 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 the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.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