Interface DeleteTapeArchiveRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTapeArchiveRequest.Builder,DeleteTapeArchiveRequest>,SdkBuilder<DeleteTapeArchiveRequest.Builder,DeleteTapeArchiveRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- DeleteTapeArchiveRequest
public static interface DeleteTapeArchiveRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteTapeArchiveRequest.Builder,DeleteTapeArchiveRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTapeArchiveRequest.BuilderbypassGovernanceRetention(Boolean bypassGovernanceRetention)Set toTRUEto delete an archived tape that belongs to a custom pool with tape retention lock.DeleteTapeArchiveRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTapeArchiveRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTapeArchiveRequest.BuildertapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
tapeARN
DeleteTapeArchiveRequest.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bypassGovernanceRetention
DeleteTapeArchiveRequest.Builder bypassGovernanceRetention(Boolean bypassGovernanceRetention)
Set to
TRUEto delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set togovernancecan be deleted. Archived tapes with tape retention lock set tocompliancecan't be deleted.- Parameters:
bypassGovernanceRetention- Set toTRUEto delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set togovernancecan be deleted. Archived tapes with tape retention lock set tocompliancecan't be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteTapeArchiveRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTapeArchiveRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-