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 |
poolEntryDate(Instant poolEntryDate)
The time that the tape entered the custom tape pool.
|
TapeArchive.Builder |
poolId(String poolId)
The ID of the pool that was used to archive the tape.
|
TapeArchive.Builder |
retentionStartDate(Instant retentionStartDate)
If the archived tape is subject to tape retention lock, the date that the archived tape started being
retained.
|
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.
|
TapeArchive.Builder |
worm(Boolean worm)
Set to
true if the archived tape is stored as write-once-read-many (WORM). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTapeArchive.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 timestamp 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 timestamp 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.TapeArchive.Builder poolId(String poolId)
The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
Valid Values: GLACIER | DEEP_ARCHIVE
poolId - The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3
storage class that is associated with the pool.
Valid Values: GLACIER | DEEP_ARCHIVE
TapeArchive.Builder worm(Boolean worm)
Set to true if the archived tape is stored as write-once-read-many (WORM).
worm - Set to true if the archived tape is stored as write-once-read-many (WORM).TapeArchive.Builder retentionStartDate(Instant retentionStartDate)
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
retentionStartDate - If the archived tape is subject to tape retention lock, the date that the archived tape started being
retained.TapeArchive.Builder poolEntryDate(Instant poolEntryDate)
The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
poolEntryDate - The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
Copyright © 2021. All rights reserved.