Struct aws_sdk_storagegateway::input::assign_tape_pool_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AssignTapePoolInput
Implementations
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
Valid Values: GLACIER
| DEEP_ARCHIVE
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
Valid Values: GLACIER
| DEEP_ARCHIVE
Set permissions to bypass governance retention. If the lock type of the archived tape is
Governance
, the tape's archived age is not older than
RetentionLockInDays
, and the user does not already have
BypassGovernanceRetention
, setting this to TRUE enables the user to bypass
the retention lock. This parameter is set to true by default for calls from the
console.
Valid values: TRUE
| FALSE
Set permissions to bypass governance retention. If the lock type of the archived tape is
Governance
, the tape's archived age is not older than
RetentionLockInDays
, and the user does not already have
BypassGovernanceRetention
, setting this to TRUE enables the user to bypass
the retention lock. This parameter is set to true by default for calls from the
console.
Valid values: TRUE
| FALSE
Consumes the builder and constructs a AssignTapePoolInput
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