public static interface UpdateFileCacheResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<UpdateFileCacheResponse.Builder,UpdateFileCacheResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFileCacheResponse.Builder |
fileCache(Consumer<FileCache.Builder> fileCache)
A description of the cache that was updated.
|
UpdateFileCacheResponse.Builder |
fileCache(FileCache fileCache)
A description of the cache that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFileCacheResponse.Builder fileCache(FileCache fileCache)
A description of the cache that was updated.
fileCache - A description of the cache that was updated.default UpdateFileCacheResponse.Builder fileCache(Consumer<FileCache.Builder> fileCache)
A description of the cache that was updated.
This is a convenience method that creates an instance of theFileCache.Builder avoiding the need to
create one manually via FileCache.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fileCache(FileCache).
fileCache - a consumer that will call methods on FileCache.BuilderfileCache(FileCache)Copyright © 2023. All rights reserved.