CopyableBuilder<Tape.Builder,Tape>
, SdkBuilder<Tape.Builder,Tape>
public static interface Tape.Builder extends CopyableBuilder<Tape.Builder,Tape>
Modifier and Type | Method | Description |
---|---|---|
Tape.Builder |
progress(Double progress) |
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
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(Date 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 written to the virtual tape.
|
Tape.Builder |
vtlDevice(String vtlDevice) |
The virtual tape library (VTL) device that the virtual tape is associated with.
|
copy
apply, build
Tape.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(Date 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 written to the virtual tape.
This value is not available for tapes created prior to May,13 2015.
tapeUsedInBytes
- The size, in bytes, of data written to the virtual tape. This value is not available for tapes created prior to May,13 2015.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.