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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrieveTapeArchiveRequest.BuildergatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.RetrieveTapeArchiveRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RetrieveTapeArchiveRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RetrieveTapeArchiveRequest.BuildertapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape you want to retrieve 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
RetrieveTapeArchiveRequest.Builder tapeARN(String 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
RetrieveTapeArchiveRequest.Builder gatewayARN(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RetrieveTapeArchiveRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-