public static interface DeleteTapeRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTapeRequest.Builder |
bypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 Amazon Web Services 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 Amazon
Web Services 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 bypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock.
Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes
with tape retention lock set to compliance can't be deleted.
bypassGovernanceRetention - Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention
lock. Only archived tapes with tape retention lock set to governance can be deleted.
Archived tapes with tape retention lock set to compliance can't be deleted.DeleteTapeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTapeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.