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 |
poolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
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 AWS Region.
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and AWS 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 (Glacier or Deep Archive) that corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
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 (Glacier or Deep Archive) that
corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
Copyright © 2019. All rights reserved.