Interface Tape.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Tape.Builder,
,Tape> SdkBuilder<Tape.Builder,
,Tape> SdkPojo
- Enclosing class:
Tape
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the KMSKey property for this object.poolEntryDate
(Instant poolEntryDate) The date that the tape enters a custom tape pool.The ID of the pool that contains tapes that will be archived.For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.retentionStartDate
(Instant retentionStartDate) The date that the tape is first archived with tape retention lock enabled.The Amazon Resource Name (ARN) of the virtual tape.tapeBarcode
(String tapeBarcode) The barcode that identifies a specific virtual tape.tapeCreatedDate
(Instant tapeCreatedDate) The date the virtual tape was created.tapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the virtual tape capacity.tapeStatus
(String tapeStatus) The current state of the virtual tape.tapeUsedInBytes
(Long tapeUsedInBytes) The size, in bytes, of data stored on the virtual tape.The virtual tape library (VTL) device that the virtual tape is associated with.If the tape is archived as write-once-read-many (WORM), this value istrue
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tapeARN
The Amazon Resource Name (ARN) of the virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeBarcode
The barcode that identifies a specific virtual tape.
- Parameters:
tapeBarcode
- The barcode that identifies a specific virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeCreatedDate
The date the virtual tape was created.
- Parameters:
tapeCreatedDate
- The date the virtual tape was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeSizeInBytes
The size, in bytes, of the virtual tape capacity.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of the virtual tape capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeStatus
The current state of the virtual tape.
- Parameters:
tapeStatus
- The current state of the virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vtlDevice
The virtual tape library (VTL) device that the virtual tape is associated with.
- Parameters:
vtlDevice
- The virtual tape library (VTL) device that the virtual tape is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progress
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
- Parameters:
progress
- For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.Range: 0 (not started) to 100 (complete).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKey
Sets the value of the KMSKey property for this object.- Parameters:
kmsKey
- The new value for the KMSKey property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
worm
If the tape is archived as write-once-read-many (WORM), this value is
true
.- Parameters:
worm
- If the tape is archived as write-once-read-many (WORM), this value istrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionStartDate
The date that the tape is first archived with tape retention lock enabled.
- Parameters:
retentionStartDate
- The date that the tape is first archived with tape retention lock enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolEntryDate
The date that the tape enters a custom tape pool.
- Parameters:
poolEntryDate
- The date that the tape enters a custom tape pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-