CopyableBuilder<RetrieveTapeRecoveryPointRequest.Builder,RetrieveTapeRecoveryPointRequest>
, SdkBuilder<RetrieveTapeRecoveryPointRequest.Builder,RetrieveTapeRecoveryPointRequest>
public static interface RetrieveTapeRecoveryPointRequest.Builder extends CopyableBuilder<RetrieveTapeRecoveryPointRequest.Builder,RetrieveTapeRecoveryPointRequest>
Modifier and Type | Method | Description |
---|---|---|
RetrieveTapeRecoveryPointRequest.Builder |
gatewayARN(String gatewayARN) |
|
RetrieveTapeRecoveryPointRequest.Builder |
tapeARN(String tapeARN) |
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
|
copy
apply, build
RetrieveTapeRecoveryPointRequest.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.RetrieveTapeRecoveryPointRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.