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)
A description of the file system.
|
CreateFileSystemResponse.Builder |
fileSystem(FileSystem fileSystem)
A description of the file system.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateFileSystemResponse.Builder fileSystem(FileSystem fileSystem)
A description of the file system.
fileSystem - A description of the file system.default CreateFileSystemResponse.Builder fileSystem(Consumer<FileSystem.Builder> fileSystem)
A description of the file system.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.