public static interface CreateFileSystemResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<CreateFileSystemResponse.Builder,CreateFileSystemResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemResponse.Builder |
fileSystem(Consumer<FileSystem.Builder> fileSystem)
The configuration of the file system that was created.
|
CreateFileSystemResponse.Builder |
fileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFileSystemResponse.Builder fileSystem(FileSystem fileSystem)
The configuration of the file system that was created.
fileSystem - The configuration of the file system that was created.default CreateFileSystemResponse.Builder fileSystem(Consumer<FileSystem.Builder> fileSystem)
The configuration of the file system that was created.
This is a convenience method 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 © 2023. All rights reserved.