public static interface DeleteTapeArchiveRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteTapeArchiveRequest.Builder,DeleteTapeArchiveRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTapeArchiveRequest.Builder |
bypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
DeleteTapeArchiveRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTapeArchiveRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTapeArchiveRequest.Builder |
tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTapeArchiveRequest.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).DeleteTapeArchiveRequest.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.DeleteTapeArchiveRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTapeArchiveRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.