Interface TapeRecoveryPointInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TapeRecoveryPointInfo.Builder,
,TapeRecoveryPointInfo> SdkBuilder<TapeRecoveryPointInfo.Builder,
,TapeRecoveryPointInfo> SdkPojo
- Enclosing class:
TapeRecoveryPointInfo
public static interface TapeRecoveryPointInfo.Builder
extends SdkPojo, CopyableBuilder<TapeRecoveryPointInfo.Builder,TapeRecoveryPointInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the virtual tape.tapeRecoveryPointTime
(Instant tapeRecoveryPointTime) The time when the point-in-time view of the virtual tape was replicated for later recovery.tapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the virtual tapes to recover.tapeStatus
(String tapeStatus) The status of the virtual tapes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
tapeARN
The Amazon Resource Name (ARN) of the virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeRecoveryPointTime
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Parameters:
tapeRecoveryPointTime
- The time when the point-in-time view of the virtual tape was replicated for later recovery.The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeSizeInBytes
The size, in bytes, of the virtual tapes to recover.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of the virtual tapes to recover.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeStatus
The status of the virtual tapes.
- Parameters:
tapeStatus
- The status of the virtual tapes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-