CopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>, SdkBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>public static interface TapeRecoveryPointInfo.Builder extends CopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
| Modifier and Type | Method | Description |
|---|---|---|
TapeRecoveryPointInfo.Builder |
tapeARN(String tapeARN) |
The Amazon Resource Name (ARN) of the virtual tape.
|
TapeRecoveryPointInfo.Builder |
tapeRecoveryPointTime(Date tapeRecoveryPointTime) |
The time when the point-in-time view of the virtual tape was replicated for later recovery.
|
TapeRecoveryPointInfo.Builder |
tapeSizeInBytes(Long tapeSizeInBytes) |
The size, in bytes, of the virtual tapes to recover.
|
TapeRecoveryPointInfo.Builder |
tapeStatus(String tapeStatus) |
copyapply, buildTapeRecoveryPointInfo.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
tapeARN - The Amazon Resource Name (ARN) of the virtual tape.TapeRecoveryPointInfo.Builder tapeRecoveryPointTime(Date tapeRecoveryPointTime)
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
tapeRecoveryPointTime - The time when the point-in-time view of the virtual tape was replicated for later recovery.
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
TapeRecoveryPointInfo.Builder tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
tapeSizeInBytes - The size, in bytes, of the virtual tapes to recover.TapeRecoveryPointInfo.Builder tapeStatus(String tapeStatus)
tapeStatus - Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.