public static interface TapeInfo.Builder extends SdkPojo, CopyableBuilder<TapeInfo.Builder,TapeInfo>
| Modifier and Type | Method and Description |
|---|---|
TapeInfo.Builder |
gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
TapeInfo.Builder |
poolEntryDate(Instant poolEntryDate)
The date that the tape entered the custom tape pool with tape retention lock enabled.
|
TapeInfo.Builder |
poolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
TapeInfo.Builder |
retentionStartDate(Instant retentionStartDate)
The date that the tape became subject to tape retention lock.
|
TapeInfo.Builder |
tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of a virtual tape.
|
TapeInfo.Builder |
tapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
TapeInfo.Builder |
tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of a virtual tape.
|
TapeInfo.Builder |
tapeStatus(String tapeStatus)
The status of the tape.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTapeInfo.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of a virtual tape.
tapeARN - The Amazon Resource Name (ARN) of a virtual tape.TapeInfo.Builder tapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
tapeBarcode - The barcode that identifies a specific virtual tape.TapeInfo.Builder tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of a virtual tape.
tapeSizeInBytes - The size, in bytes, of a virtual tape.TapeInfo.Builder tapeStatus(String tapeStatus)
The status of the tape.
tapeStatus - The status of the tape.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.
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.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.
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.TapeInfo.Builder retentionStartDate(Instant retentionStartDate)
The date that the tape became subject to tape retention lock.
retentionStartDate - The date that the tape became subject to tape retention lock.TapeInfo.Builder poolEntryDate(Instant poolEntryDate)
The date that the tape entered the custom tape pool with tape retention lock enabled.
poolEntryDate - The date that the tape entered the custom tape pool with tape retention lock enabled.Copyright © 2023. All rights reserved.