| 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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TapeArchive.Builder> |
TapeArchive.serializableBuilderClass() |
Copyright © 2019. All rights reserved.