| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static TapeRecoveryPointInfo.Builder |
TapeRecoveryPointInfo.builder() |
TapeRecoveryPointInfo.Builder |
TapeRecoveryPointInfo.Builder.tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
TapeRecoveryPointInfo.Builder |
TapeRecoveryPointInfo.Builder.tapeRecoveryPointTime(Instant tapeRecoveryPointTime)
The time when the point-in-time view of the virtual tape was replicated for later recovery.
|
TapeRecoveryPointInfo.Builder |
TapeRecoveryPointInfo.Builder.tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
|
TapeRecoveryPointInfo.Builder |
TapeRecoveryPointInfo.Builder.tapeStatus(String tapeStatus)
Sets the value of the TapeStatus property for this object.
|
TapeRecoveryPointInfo.Builder |
TapeRecoveryPointInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TapeRecoveryPointInfo.Builder> |
TapeRecoveryPointInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.