public static interface ApplicationSettingsResponse.Builder extends SdkPojo, CopyableBuilder<ApplicationSettingsResponse.Builder,ApplicationSettingsResponse>
Modifier and Type | Method and Description |
---|---|
ApplicationSettingsResponse.Builder |
enabled(Boolean enabled)
Specifies whether persistent application settings are enabled for users during their streaming sessions.
|
ApplicationSettingsResponse.Builder |
s3BucketName(String s3BucketName)
The S3 bucket where users’ persistent application settings are stored.
|
ApplicationSettingsResponse.Builder |
settingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
copy
applyMutation, build
ApplicationSettingsResponse.Builder enabled(Boolean enabled)
Specifies whether persistent application settings are enabled for users during their streaming sessions.
enabled
- Specifies whether persistent application settings are enabled for users during their streaming
sessions.ApplicationSettingsResponse.Builder settingsGroup(String settingsGroup)
The path prefix for the S3 bucket where users’ persistent application settings are stored.
settingsGroup
- The path prefix for the S3 bucket where users’ persistent application settings are stored.ApplicationSettingsResponse.Builder s3BucketName(String s3BucketName)
The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
s3BucketName
- The S3 bucket where users’ persistent application settings are stored. When persistent application
settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The
bucket is unique to the AWS account and the Region.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.