Interface TapeRecoveryPointInfo.Builder

    • 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.