Struct aws_sdk_appstream::input::update_application_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateApplicationInput
Implementations
The name of the application. This name is visible to users when display name is not specified.
The name of the application. This name is visible to users when display name is not specified.
The display name of the application. This name is visible to users in the application catalog.
The display name of the application. This name is visible to users in the application catalog.
The description of the application.
The description of the application.
The icon S3 location of the application.
The icon S3 location of the application.
The launch path of the application.
The launch path of the application.
The working directory of the application.
The working directory of the application.
The launch parameters of the application.
The launch parameters of the application.
The ARN of the app block.
The ARN of the app block.
Appends an item to attributes_to_delete.
To override the contents of this collection use set_attributes_to_delete.
The attributes to delete for an application.
The attributes to delete for an application.
Consumes the builder and constructs a UpdateApplicationInput
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