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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TapeRecoveryPointInfo.BuildertapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape.TapeRecoveryPointInfo.BuildertapeRecoveryPointTime(Instant tapeRecoveryPointTime)The time when the point-in-time view of the virtual tape was replicated for later recovery.TapeRecoveryPointInfo.BuildertapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of the virtual tapes to recover.TapeRecoveryPointInfo.BuildertapeStatus(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 Detail
-
tapeARN
TapeRecoveryPointInfo.Builder tapeARN(String 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
TapeRecoveryPointInfo.Builder tapeRecoveryPointTime(Instant 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
TapeRecoveryPointInfo.Builder tapeSizeInBytes(Long 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
TapeRecoveryPointInfo.Builder tapeStatus(String 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.
-
-