public static interface DeleteTapeRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteTapeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteTapeRequest.Builder |
tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
buildrequestOverrideConfigcopyapply, 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.DeleteTapeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteTapeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.