| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static TapeArchive.Builder |
TapeArchive.builder() |
TapeArchive.Builder |
TapeArchive.Builder.completionTime(Instant completionTime)
The time that the archiving of the virtual tape was completed.
|
TapeArchive.Builder |
TapeArchive.Builder.kmsKey(String kmsKey)
Sets the value of the KMSKey property for this object.
|
TapeArchive.Builder |
TapeArchive.Builder.poolEntryDate(Instant poolEntryDate)
The time that the tape entered the custom tape pool.
|
TapeArchive.Builder |
TapeArchive.Builder.poolId(String poolId)
The ID of the pool that was used to archive the tape.
|
TapeArchive.Builder |
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 |
TapeArchive.Builder.retrievedTo(String retrievedTo)
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
|
TapeArchive.Builder |
TapeArchive.Builder.tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of an archived virtual tape.
|
TapeArchive.Builder |
TapeArchive.Builder.tapeBarcode(String tapeBarcode)
The barcode that identifies the archived virtual tape.
|
TapeArchive.Builder |
TapeArchive.Builder.tapeCreatedDate(Instant tapeCreatedDate)
The date the virtual tape was created.
|
TapeArchive.Builder |
TapeArchive.Builder.tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the archived virtual tape.
|
TapeArchive.Builder |
TapeArchive.Builder.tapeStatus(String tapeStatus)
The current state of the archived virtual tape.
|
TapeArchive.Builder |
TapeArchive.Builder.tapeUsedInBytes(Long tapeUsedInBytes)
The size, in bytes, of data stored on the virtual tape.
|
TapeArchive.Builder |
TapeArchive.toBuilder() |
TapeArchive.Builder |
TapeArchive.Builder.worm(Boolean worm)
Set to
true if the archived tape is stored as write-once-read-many (WORM). |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TapeArchive.Builder> |
TapeArchive.serializableBuilderClass() |
Copyright © 2022. All rights reserved.