Interface ApplicationSettingsRequest.Builder

  • Method Details

    • status

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

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

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

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

      ApplicationSettingsRequest.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 pools by specifying the same settings group for each pool.

      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 pools by specifying the same settings group for each pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.