Struct aws_sdk_appstream::input::create_app_block_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateAppBlockInput
Implementations
The description of the app block.
The description of the app block.
The display name of the app block. This is not displayed to the user.
The display name of the app block. This is not displayed to the user.
The source S3 location of the app block.
The source S3 location of the app block.
The setup script details of the app block.
The setup script details of the app block.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags assigned to the app block.
The tags assigned to the app block.
Consumes the builder and constructs a CreateAppBlockInput
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