CopyableBuilder<CreateTapeWithBarcodeRequest.Builder,CreateTapeWithBarcodeRequest>
, SdkBuilder<CreateTapeWithBarcodeRequest.Builder,CreateTapeWithBarcodeRequest>
public static interface CreateTapeWithBarcodeRequest.Builder extends CopyableBuilder<CreateTapeWithBarcodeRequest.Builder,CreateTapeWithBarcodeRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateTapeWithBarcodeRequest.Builder |
gatewayARN(String gatewayARN) |
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.
|
CreateTapeWithBarcodeRequest.Builder |
tapeBarcode(String tapeBarcode) |
The barcode that you want to assign to the tape.
|
CreateTapeWithBarcodeRequest.Builder |
tapeSizeInBytes(Long tapeSizeInBytes) |
The size, in bytes, of the virtual tape that you want to create.
|
copy
apply, build
CreateTapeWithBarcodeRequest.Builder gatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with. Use the ListGateways operation to return a list of gateways for your account and region.
gatewayARN
- The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.
Use the ListGateways operation to return a list of gateways for your account and region.CreateTapeWithBarcodeRequest.Builder tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape that you want to create.
The size must be aligned by gigabyte (1024*1024*1024 byte).
tapeSizeInBytes
- The size, in bytes, of the virtual tape that you want to create. The size must be aligned by gigabyte (1024*1024*1024 byte).
CreateTapeWithBarcodeRequest.Builder tapeBarcode(String tapeBarcode)
The barcode that you want to assign to the tape.
tapeBarcode
- The barcode that you want to assign to the tape.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.