Interface DeleteTapeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>,SdkBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- DeleteTapeRequest
public static interface DeleteTapeRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTapeRequest.BuilderbypassGovernanceRetention(Boolean bypassGovernanceRetention)Set toTRUEto delete an archived tape that belongs to a custom pool with tape retention lock.DeleteTapeRequest.BuildergatewayARN(String gatewayARN)The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.DeleteTapeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTapeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTapeRequest.BuildertapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape to delete.-
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
-
gatewayARN
DeleteTapeRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeARN
DeleteTapeRequest.Builder tapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the virtual tape to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bypassGovernanceRetention
DeleteTapeRequest.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
DeleteTapeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTapeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-