public static interface DeleteFileCacheResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteFileCacheResponse.Builder,DeleteFileCacheResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteFileCacheResponse.Builder |
fileCacheId(String fileCacheId)
The ID of the cache that's being deleted.
|
DeleteFileCacheResponse.Builder |
lifecycle(FileCacheLifecycle lifecycle)
The cache lifecycle for the deletion request.
|
DeleteFileCacheResponse.Builder |
lifecycle(String lifecycle)
The cache lifecycle for the deletion request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileCacheResponse.Builder fileCacheId(String fileCacheId)
The ID of the cache that's being deleted.
fileCacheId - The ID of the cache that's being deleted.DeleteFileCacheResponse.Builder lifecycle(String lifecycle)
The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful,
this status is DELETING.
lifecycle - The cache lifecycle for the deletion request. If the DeleteFileCache operation is
successful, this status is DELETING.FileCacheLifecycle,
FileCacheLifecycleDeleteFileCacheResponse.Builder lifecycle(FileCacheLifecycle lifecycle)
The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful,
this status is DELETING.
lifecycle - The cache lifecycle for the deletion request. If the DeleteFileCache operation is
successful, this status is DELETING.FileCacheLifecycle,
FileCacheLifecycleCopyright © 2023. All rights reserved.