Interface RetrieveTapeArchiveRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>, SdkBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>, SdkPojo, SdkRequest.Builder, StorageGatewayRequest.Builder
Enclosing class:
RetrieveTapeArchiveRequest

public static interface RetrieveTapeArchiveRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>
  • Method Details

    • tapeARN

      The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

      Parameters:
      tapeARN - The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gatewayARN

      The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

      You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.

      Parameters:
      gatewayARN - The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

      You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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