static Tape.Builder |
Tape.builder() |
|
Tape.Builder |
Tape.Builder.kmsKey(String kmsKey) |
Sets the value of the KMSKey property for this object.
|
Tape.Builder |
Tape.Builder.poolEntryDate(Instant poolEntryDate) |
The date that the tape enters a custom tape pool.
|
Tape.Builder |
Tape.Builder.poolId(String poolId) |
The ID of the pool that contains tapes that will be archived.
|
Tape.Builder |
Tape.Builder.progress(Double progress) |
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
Tape.Builder |
Tape.Builder.retentionStartDate(Instant retentionStartDate) |
The date that the tape is first archived with tape retention lock enabled.
|
Tape.Builder |
Tape.Builder.tapeARN(String tapeARN) |
The Amazon Resource Name (ARN) of the virtual tape.
|
Tape.Builder |
Tape.Builder.tapeBarcode(String tapeBarcode) |
The barcode that identifies a specific virtual tape.
|
Tape.Builder |
Tape.Builder.tapeCreatedDate(Instant tapeCreatedDate) |
The date the virtual tape was created.
|
Tape.Builder |
Tape.Builder.tapeSizeInBytes(Long tapeSizeInBytes) |
The size, in bytes, of the virtual tape capacity.
|
Tape.Builder |
Tape.Builder.tapeStatus(String tapeStatus) |
The current state of the virtual tape.
|
Tape.Builder |
Tape.Builder.tapeUsedInBytes(Long tapeUsedInBytes) |
The size, in bytes, of data stored on the virtual tape.
|
Tape.Builder |
Tape.toBuilder() |
|
Tape.Builder |
Tape.Builder.vtlDevice(String vtlDevice) |
The virtual tape library (VTL) device that the virtual tape is associated with.
|
Tape.Builder |
Tape.Builder.worm(Boolean worm) |
If the tape is archived as write-once-read-many (WORM), this value is true.
|