public static interface RetrieveTapeArchiveRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>
| Modifier and Type | Method and Description |
|---|---|
RetrieveTapeArchiveRequest.Builder |
gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.
|
RetrieveTapeArchiveRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RetrieveTapeArchiveRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RetrieveTapeArchiveRequest.Builder |
tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetrieveTapeArchiveRequest.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.
RetrieveTapeArchiveRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRetrieveTapeArchiveRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.