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