public static interface DeleteVolumeResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<DeleteVolumeResponse.Builder,DeleteVolumeResponse>
Modifier and Type | Method and Description |
---|---|
DeleteVolumeResponse.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume that was deleted.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteVolumeResponse.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
volumeARN
- The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided
in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.