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 Details

    • 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 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteTapeArchiveRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.