public static interface Tape.Builder extends SdkPojo, CopyableBuilder<Tape.Builder,Tape>
| Modifier and Type | Method and Description |
|---|---|
Tape.Builder |
kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
Tape.Builder |
poolEntryDate(Instant poolEntryDate)
The date that the tape enters a custom tape pool.
|
Tape.Builder |
poolId(String poolId)
The ID of the pool that contains tapes that will be archived.
|
Tape.Builder |
progress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
Tape.Builder |
retentionStartDate(Instant retentionStartDate)
The date that the tape is first archived with tape retention lock enabled.
|
Tape.Builder |
tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
Tape.Builder |
tapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
Tape.Builder |
tapeCreatedDate(Instant tapeCreatedDate)
The date the virtual tape was created.
|
Tape.Builder |
tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape capacity.
|
Tape.Builder |
tapeStatus(String tapeStatus)
The current state of the virtual tape.
|
Tape.Builder |
tapeUsedInBytes(Long tapeUsedInBytes)
The size, in bytes, of data stored on the virtual tape.
|
Tape.Builder |
vtlDevice(String vtlDevice)
The virtual tape library (VTL) device that the virtual tape is associated with.
|
Tape.Builder |
worm(Boolean worm)
If the tape is archived as write-once-read-many (WORM), this value is
true. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTape.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
tapeARN - The Amazon Resource Name (ARN) of the virtual tape.Tape.Builder tapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
tapeBarcode - The barcode that identifies a specific virtual tape.Tape.Builder tapeCreatedDate(Instant tapeCreatedDate)
The date the virtual tape was created.
tapeCreatedDate - The date the virtual tape was created.Tape.Builder tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape capacity.
tapeSizeInBytes - The size, in bytes, of the virtual tape capacity.Tape.Builder tapeStatus(String tapeStatus)
The current state of the virtual tape.
tapeStatus - The current state of the virtual tape.Tape.Builder vtlDevice(String vtlDevice)
The virtual tape library (VTL) device that the virtual tape is associated with.
vtlDevice - The virtual tape library (VTL) device that the virtual tape is associated with.Tape.Builder progress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
progress - For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is
complete.
Range: 0 (not started) to 100 (complete).
Tape.Builder tapeUsedInBytes(Long tapeUsedInBytes)
The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
tapeUsedInBytes - The size, in bytes, of data stored on the virtual tape. This value is not available for tapes created prior to May 13, 2015.
Tape.Builder kmsKey(String kmsKey)
kmsKey - The new value for the KMSKey property for this object.Tape.Builder poolId(String poolId)
The ID of the pool that contains tapes that will be archived. The tapes in this pool are 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.
poolId - The ID of the pool that contains tapes that will be archived. The tapes in this pool are 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.Tape.Builder worm(Boolean worm)
If the tape is archived as write-once-read-many (WORM), this value is true.
worm - If the tape is archived as write-once-read-many (WORM), this value is true.Tape.Builder retentionStartDate(Instant retentionStartDate)
The date that the tape is first archived with tape retention lock enabled.
retentionStartDate - The date that the tape is first archived with tape retention lock enabled.Tape.Builder poolEntryDate(Instant poolEntryDate)
The date that the tape enters a custom tape pool.
poolEntryDate - The date that the tape enters a custom tape pool.Copyright © 2022. All rights reserved.