CopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>, SdkBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>public static interface DeleteTapeRequest.Builder extends CopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteTapeRequest.Builder |
gatewayARN(String gatewayARN) |
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
DeleteTapeRequest.Builder |
tapeARN(String tapeARN) |
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
copyapply, buildDeleteTapeRequest.Builder gatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and region.
gatewayARN - The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated
with. Use the ListGateways operation to return a list of gateways for your account and region.DeleteTapeRequest.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.