Struct aws_sdk_fsx::model::backup::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

A builder for Backup

Implementations

The ID of the backup.

The ID of the backup.

The lifecycle status of the backup.

  • AVAILABLE - The backup is fully available.

  • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx has not started creating the backup.

  • CREATING - Amazon FSx is creating the backup.

  • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to S3.

  • COPYING - Amazon FSx is copying the backup.

  • DELETED - Amazon FSx deleted the backup and it is no longer available.

  • FAILED - Amazon FSx could not complete the backup.

The lifecycle status of the backup.

  • AVAILABLE - The backup is fully available.

  • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx has not started creating the backup.

  • CREATING - Amazon FSx is creating the backup.

  • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to S3.

  • COPYING - Amazon FSx is copying the backup.

  • DELETED - Amazon FSx deleted the backup and it is no longer available.

  • FAILED - Amazon FSx could not complete the backup.

Details explaining any failures that occur when creating a backup.

Details explaining any failures that occur when creating a backup.

The type of the file system backup.

The type of the file system backup.

The current percent of progress of an asynchronous task.

The current percent of progress of an asynchronous task.

The time when a particular backup was created.

The time when a particular backup was created.

The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

The Amazon Resource Name (ARN) for the backup resource.

The Amazon Resource Name (ARN) for the backup resource.

Appends an item to tags.

To override the contents of this collection use set_tags.

Tags associated with a particular file system.

Tags associated with a particular file system.

Metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

Metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

The configuration of the self-managed Microsoft Active Directory (AD) to which the Windows File Server instance is joined.

The configuration of the self-managed Microsoft Active Directory (AD) to which the Windows File Server instance is joined.

An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

The ID of the source backup. Specifies the backup you are copying.

The ID of the source backup. Specifies the backup you are copying.

The source Region of the backup. Specifies the Region from where this backup is copied.

The source Region of the backup. Specifies the Region from where this backup is copied.

Specifies the resource type that is backed up.

Specifies the resource type that is backed up.

Describes an Amazon FSx for NetApp ONTAP volume.

Describes an Amazon FSx for NetApp ONTAP volume.

Consumes the builder and constructs a Backup

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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