public static interface DeleteVolumeResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteVolumeResponse.Builder,DeleteVolumeResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteVolumeResponse.Builder |
lifecycle(String lifecycle)
The lifecycle state of the volume being deleted.
|
DeleteVolumeResponse.Builder |
lifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being deleted.
|
default DeleteVolumeResponse.Builder |
ontapResponse(Consumer<DeleteVolumeOntapResponse.Builder> ontapResponse)
Returned after a
DeleteVolume request, showing the status of the delete request. |
DeleteVolumeResponse.Builder |
ontapResponse(DeleteVolumeOntapResponse ontapResponse)
Returned after a
DeleteVolume request, showing the status of the delete request. |
DeleteVolumeResponse.Builder |
volumeId(String volumeId)
The ID of the volume that's being deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVolumeResponse.Builder volumeId(String volumeId)
The ID of the volume that's being deleted.
volumeId - The ID of the volume that's being deleted.DeleteVolumeResponse.Builder lifecycle(String lifecycle)
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful,
this value is DELETING.
lifecycle - The lifecycle state of the volume being deleted. If the DeleteVolume operation is
successful, this value is DELETING.VolumeLifecycle,
VolumeLifecycleDeleteVolumeResponse.Builder lifecycle(VolumeLifecycle lifecycle)
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful,
this value is DELETING.
lifecycle - The lifecycle state of the volume being deleted. If the DeleteVolume operation is
successful, this value is DELETING.VolumeLifecycle,
VolumeLifecycleDeleteVolumeResponse.Builder ontapResponse(DeleteVolumeOntapResponse ontapResponse)
Returned after a DeleteVolume request, showing the status of the delete request.
ontapResponse - Returned after a DeleteVolume request, showing the status of the delete request.default DeleteVolumeResponse.Builder ontapResponse(Consumer<DeleteVolumeOntapResponse.Builder> ontapResponse)
Returned after a DeleteVolume request, showing the status of the delete request.
DeleteVolumeOntapResponse.Builder
avoiding the need to create one manually via DeleteVolumeOntapResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ontapResponse(DeleteVolumeOntapResponse).
ontapResponse - a consumer that will call methods on DeleteVolumeOntapResponse.BuilderontapResponse(DeleteVolumeOntapResponse)Copyright © 2023. All rights reserved.