public static interface TapeArchive.Builder extends SdkPojo, CopyableBuilder<TapeArchive.Builder,TapeArchive>
Modifier and Type | Method and Description |
---|---|
TapeArchive.Builder |
completionTime(Instant completionTime)
The time that the archiving of the virtual tape was completed.
|
TapeArchive.Builder |
kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
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(Instant tapeCreatedDate)
The date the virtual tape was created.
|
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 stored on the virtual tape.
|
copy
applyMutation, 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(Instant tapeCreatedDate)
The date the virtual tape was created.
tapeCreatedDate
- The date the virtual tape was created.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(Instant completionTime)
The time that the archiving of the virtual tape was completed.
The default time stamp format 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 default time stamp format 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 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.
TapeArchive.Builder kmsKey(String kmsKey)
kmsKey
- The new value for the KMSKey property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.