public static interface PoolInfo.Builder extends SdkPojo, CopyableBuilder<PoolInfo.Builder,PoolInfo>
| Modifier and Type | Method and Description |
|---|---|
PoolInfo.Builder |
poolARN(String poolARN)
The Amazon Resource Name (ARN) of the custom tape pool.
|
PoolInfo.Builder |
poolName(String poolName)
The name of the custom tape pool.
|
PoolInfo.Builder |
poolStatus(PoolStatus poolStatus)
Status of the custom tape pool.
|
PoolInfo.Builder |
poolStatus(String poolStatus)
Status of the custom tape pool.
|
PoolInfo.Builder |
retentionLockTimeInDays(Integer retentionLockTimeInDays)
Tape retention lock time is set in days.
|
PoolInfo.Builder |
retentionLockType(RetentionLockType retentionLockType)
Tape retention lock type, which can be configured in two modes.
|
PoolInfo.Builder |
retentionLockType(String retentionLockType)
Tape retention lock type, which can be configured in two modes.
|
PoolInfo.Builder |
storageClass(String storageClass)
The storage class that is associated with the custom pool.
|
PoolInfo.Builder |
storageClass(TapeStorageClass storageClass)
The storage class that is associated with the custom pool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPoolInfo.Builder poolARN(String poolARN)
The Amazon Resource Name (ARN) of the custom tape pool. Use the ListTapePools operation to return a list of custom tape pools for your account and Amazon Web Services Region.
poolARN - The Amazon Resource Name (ARN) of the custom tape pool. Use the ListTapePools operation to
return a list of custom tape pools for your account and Amazon Web Services Region.PoolInfo.Builder poolName(String poolName)
The name of the custom tape pool. PoolName can use all ASCII characters, except '/' and '\'.
poolName - The name of the custom tape pool. PoolName can use all ASCII characters, except '/' and
'\'.PoolInfo.Builder storageClass(String storageClass)
The storage class that is associated with the custom 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.
storageClass - The storage class that is associated with the custom 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.TapeStorageClass,
TapeStorageClassPoolInfo.Builder storageClass(TapeStorageClass storageClass)
The storage class that is associated with the custom 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.
storageClass - The storage class that is associated with the custom 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.TapeStorageClass,
TapeStorageClassPoolInfo.Builder retentionLockType(String retentionLockType)
Tape retention lock type, which can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.
retentionLockType - Tape retention lock type, which can be configured in two modes. When configured in governance mode,
Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention
lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot
be removed by any user, including the root Amazon Web Services account.RetentionLockType,
RetentionLockTypePoolInfo.Builder retentionLockType(RetentionLockType retentionLockType)
Tape retention lock type, which can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.
retentionLockType - Tape retention lock type, which can be configured in two modes. When configured in governance mode,
Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention
lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot
be removed by any user, including the root Amazon Web Services account.RetentionLockType,
RetentionLockTypePoolInfo.Builder retentionLockTimeInDays(Integer retentionLockTimeInDays)
Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days).
retentionLockTimeInDays - Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years
(36,500 days).PoolInfo.Builder poolStatus(String poolStatus)
Status of the custom tape pool. Pool can be ACTIVE or DELETED.
poolStatus - Status of the custom tape pool. Pool can be ACTIVE or DELETED.PoolStatus,
PoolStatusPoolInfo.Builder poolStatus(PoolStatus poolStatus)
Status of the custom tape pool. Pool can be ACTIVE or DELETED.
poolStatus - Status of the custom tape pool. Pool can be ACTIVE or DELETED.PoolStatus,
PoolStatusCopyright © 2022. All rights reserved.