Struct aws_sdk_workspaces::input::create_workspace_bundle_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateWorkspaceBundleInput
Implementations
The name of the bundle.
The name of the bundle.
The description of the bundle.
The description of the bundle.
The identifier of the image that is used to create the bundle.
The identifier of the image that is used to create the bundle.
Describes the compute type of the bundle.
Describes the compute type of the bundle.
Describes the user volume for a WorkSpace bundle.
Describes the user volume for a WorkSpace bundle.
Describes the root volume for a WorkSpace bundle.
Describes the root volume for a WorkSpace bundle.
Appends an item to tags.
To override the contents of this collection use set_tags.
The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that
grants your IAM user permissions to use workspaces:CreateTags.
The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that
grants your IAM user permissions to use workspaces:CreateTags.
Consumes the builder and constructs a CreateWorkspaceBundleInput
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