Interface ApplicationSettings.Builder

    • Method Detail

      • enabled

        ApplicationSettings.Builder enabled​(Boolean enabled)

        Enables or disables persistent application settings for users during their streaming sessions.

        Parameters:
        enabled - Enables or disables persistent application settings for users during their streaming sessions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • settingsGroup

        ApplicationSettings.Builder settingsGroup​(String settingsGroup)

        The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.

        Parameters:
        settingsGroup - The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.