Struct aws_sdk_fsx::input::create_backup_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateBackupInput
Implementations
The ID of the file system to back up.
The ID of the file system to back up.
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
Appends an item to tags.
To override the contents of this collection use set_tags.
(Optional) The tags to apply to the backup at backup creation. The key value of the
Name tag appears in the console as the backup name. If you have set CopyTagsToBackups to true, and
you specify one or more tags using the CreateBackup action, no existing file system tags are copied from the file system to the backup.
(Optional) The tags to apply to the backup at backup creation. The key value of the
Name tag appears in the console as the backup name. If you have set CopyTagsToBackups to true, and
you specify one or more tags using the CreateBackup action, no existing file system tags are copied from the file system to the backup.
The ID of he FSx for NetApp ONTAP volume to back up.
The ID of he FSx for NetApp ONTAP volume to back up.
Consumes the builder and constructs a CreateBackupInput
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