Struct aws_sdk_quicksight::input::create_folder_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateFolderInput
Implementations
The AWS Account ID.
The AWS Account ID.
The folder ID.
The type of folder. By default, folderType is SHARED.
The type of folder. By default, folderType is SHARED.
The Amazon Resource Name (ARN) for the parent folder.
ParentFolderArn can be null. An empty parentFolderArn creates a root-level folder.
The Amazon Resource Name (ARN) for the parent folder.
ParentFolderArn can be null. An empty parentFolderArn creates a root-level folder.
Appends an item to permissions.
To override the contents of this collection use set_permissions.
A structure that describes the principals and the resource-level permissions of a folder.
To specify no permissions, omit Permissions.
A structure that describes the principals and the resource-level permissions of a folder.
To specify no permissions, omit Permissions.
Appends an item to tags.
To override the contents of this collection use set_tags.
Tags for the folder.
Tags for the folder.
Consumes the builder and constructs a CreateFolderInput
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