public static interface UpdateFileSystemResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<UpdateFileSystemResponse.Builder,UpdateFileSystemResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFileSystemResponse.Builder |
fileSystem(Consumer<FileSystem.Builder> fileSystem)
A description of the file system that was updated.
|
UpdateFileSystemResponse.Builder |
fileSystem(FileSystem fileSystem)
A description of the file system that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFileSystemResponse.Builder fileSystem(FileSystem fileSystem)
A description of the file system that was updated.
fileSystem - A description of the file system that was updated.default UpdateFileSystemResponse.Builder fileSystem(Consumer<FileSystem.Builder> fileSystem)
A description of the file system that was updated.
This is a convenience that creates an instance of theFileSystem.Builder avoiding the need to create
one manually via FileSystem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fileSystem(FileSystem).fileSystem - a consumer that will call methods on FileSystem.BuilderfileSystem(FileSystem)Copyright © 2021. All rights reserved.