CopyableBuilder<TapeArchive.Builder,TapeArchive>
, SdkBuilder<TapeArchive.Builder,TapeArchive>
public static interface TapeArchive.Builder extends CopyableBuilder<TapeArchive.Builder,TapeArchive>
Modifier and Type | Method | Description |
---|---|---|
TapeArchive.Builder |
completionTime(Date completionTime) |
The time that the archiving of the virtual tape was completed.
|
TapeArchive.Builder |
retrievedTo(String retrievedTo) |
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
|
TapeArchive.Builder |
tapeARN(String tapeARN) |
The Amazon Resource Name (ARN) of an archived virtual tape.
|
TapeArchive.Builder |
tapeBarcode(String tapeBarcode) |
The barcode that identifies the archived virtual tape.
|
TapeArchive.Builder |
tapeCreatedDate(Date tapeCreatedDate) |
|
TapeArchive.Builder |
tapeSizeInBytes(Long tapeSizeInBytes) |
The size, in bytes, of the archived virtual tape.
|
TapeArchive.Builder |
tapeStatus(String tapeStatus) |
The current state of the archived virtual tape.
|
TapeArchive.Builder |
tapeUsedInBytes(Long tapeUsedInBytes) |
The size, in bytes, of data written to the virtual tape.
|
copy
apply, build
TapeArchive.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of an archived virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of an archived virtual tape.TapeArchive.Builder tapeBarcode(String tapeBarcode)
The barcode that identifies the archived virtual tape.
tapeBarcode
- The barcode that identifies the archived virtual tape.TapeArchive.Builder tapeCreatedDate(Date tapeCreatedDate)
tapeCreatedDate
- TapeArchive.Builder tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the archived virtual tape.
tapeSizeInBytes
- The size, in bytes, of the archived virtual tape.TapeArchive.Builder completionTime(Date completionTime)
The time that the archiving of the virtual tape was completed.
The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
completionTime
- The time that the archiving of the virtual tape was completed.
The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
TapeArchive.Builder retrievedTo(String retrievedTo)
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
retrievedTo
- The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
TapeArchive.Builder tapeStatus(String tapeStatus)
The current state of the archived virtual tape.
tapeStatus
- The current state of the archived virtual tape.TapeArchive.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.