public static interface TapeRecoveryPointInfo.Builder extends CopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
Modifier and Type | Method and Description |
---|---|
TapeRecoveryPointInfo.Builder |
tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
TapeRecoveryPointInfo.Builder |
tapeRecoveryPointTime(Instant 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)
Sets the value of the TapeStatus property for this object.
|
copy
applyMutation, build
TapeRecoveryPointInfo.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(Instant 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
- The new value for the TapeStatus property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.