Interface TapeInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TapeInfo.Builder,TapeInfo>, SdkBuilder<TapeInfo.Builder,TapeInfo>, SdkPojo
Enclosing class:
TapeInfo

public static interface TapeInfo.Builder extends SdkPojo, CopyableBuilder<TapeInfo.Builder,TapeInfo>
  • Method Details

    • tapeARN

      TapeInfo.Builder tapeARN(String tapeARN)

      The Amazon Resource Name (ARN) of a virtual tape.

      Parameters:
      tapeARN - The Amazon Resource Name (ARN) of a virtual tape.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tapeBarcode

      TapeInfo.Builder tapeBarcode(String tapeBarcode)

      The barcode that identifies a specific virtual tape.

      Parameters:
      tapeBarcode - The barcode that identifies a specific virtual tape.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tapeSizeInBytes

      TapeInfo.Builder tapeSizeInBytes(Long tapeSizeInBytes)

      The size, in bytes, of a virtual tape.

      Parameters:
      tapeSizeInBytes - The size, in bytes, of a virtual tape.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tapeStatus

      TapeInfo.Builder tapeStatus(String tapeStatus)

      The status of the tape.

      Parameters:
      tapeStatus - The status of the tape.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gatewayARN

      TapeInfo.Builder gatewayARN(String gatewayARN)

      The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

      Parameters:
      gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolId

      TapeInfo.Builder poolId(String poolId)

      The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.

      Parameters:
      poolId - The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • retentionStartDate

      TapeInfo.Builder retentionStartDate(Instant retentionStartDate)

      The date that the tape became subject to tape retention lock.

      Parameters:
      retentionStartDate - The date that the tape became subject to tape retention lock.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolEntryDate

      TapeInfo.Builder poolEntryDate(Instant poolEntryDate)

      The date that the tape entered the custom tape pool with tape retention lock enabled.

      Parameters:
      poolEntryDate - The date that the tape entered the custom tape pool with tape retention lock enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.