#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ApplicationSettingsResponse
Implementations
Specifies whether persistent application settings are enabled for users during their streaming sessions.
Specifies whether persistent application settings are enabled for users during their streaming sessions.
The path prefix for the S3 bucket where users’ persistent application settings are stored.
The path prefix for the S3 bucket where users’ persistent application settings are stored.
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.
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.
Consumes the builder and constructs a ApplicationSettingsResponse
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more