public static interface TapeInfo.Builder extends 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 |
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.
|
copy
applyMutation, build
TapeInfo.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 region.
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and region.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.