static PoolInfo.Builder |
PoolInfo.builder() |
|
PoolInfo.Builder |
PoolInfo.Builder.poolARN(String poolARN) |
The Amazon Resource Name (ARN) of the custom tape pool.
|
PoolInfo.Builder |
PoolInfo.Builder.poolName(String poolName) |
The name of the custom tape pool.
|
PoolInfo.Builder |
PoolInfo.Builder.poolStatus(String poolStatus) |
Status of the custom tape pool.
|
PoolInfo.Builder |
PoolInfo.Builder.poolStatus(PoolStatus poolStatus) |
Status of the custom tape pool.
|
PoolInfo.Builder |
PoolInfo.Builder.retentionLockTimeInDays(Integer retentionLockTimeInDays) |
Tape retention lock time is set in days.
|
PoolInfo.Builder |
PoolInfo.Builder.retentionLockType(String retentionLockType) |
Tape retention lock type, which can be configured in two modes.
|
PoolInfo.Builder |
PoolInfo.Builder.retentionLockType(RetentionLockType retentionLockType) |
Tape retention lock type, which can be configured in two modes.
|
PoolInfo.Builder |
PoolInfo.Builder.storageClass(String storageClass) |
The storage class that is associated with the custom pool.
|
PoolInfo.Builder |
PoolInfo.Builder.storageClass(TapeStorageClass storageClass) |
The storage class that is associated with the custom pool.
|
PoolInfo.Builder |
PoolInfo.toBuilder() |
|