Struct aws_sdk_quicksight::input::create_folder_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateFolderInput
Implementations
The ID for the Amazon Web Services account where you want to create the folder.
The ID for the Amazon Web Services account where you want to create the folder.
The ID of the folder.
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