public static interface ApplicationSettings.Builder extends SdkPojo, CopyableBuilder<ApplicationSettings.Builder,ApplicationSettings>
Modifier and Type | Method and Description |
---|---|
ApplicationSettings.Builder |
enabled(Boolean enabled)
Enables or disables persistent application settings for users during their streaming sessions.
|
ApplicationSettings.Builder |
settingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
copy
applyMutation, build
ApplicationSettings.Builder enabled(Boolean enabled)
Enables or disables persistent application settings for users during their streaming sessions.
enabled
- Enables or disables persistent application settings for users during their streaming sessions.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.