public static interface DeleteTapeRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTapeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTapeRequest.Builder |
tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTapeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.