CopyableBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>
, SdkBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>
public static interface RetrieveTapeArchiveRequest.Builder extends CopyableBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>
Modifier and Type | Method | Description |
---|---|---|
RetrieveTapeArchiveRequest.Builder |
gatewayARN(String gatewayARN) |
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.
|
RetrieveTapeArchiveRequest.Builder |
tapeARN(String tapeARN) |
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
|
copy
apply, build
RetrieveTapeArchiveRequest.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf
(VTS).RetrieveTapeArchiveRequest.Builder gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and region.
You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
gatewayARN
- The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the
ListGateways operation to return a list of gateways for your account and region.
You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.