public static interface ReleaseFileSystemNfsV3LocksResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<ReleaseFileSystemNfsV3LocksResponse.Builder,ReleaseFileSystemNfsV3LocksResponse>
| Modifier and Type | Method and Description |
|---|---|
default ReleaseFileSystemNfsV3LocksResponse.Builder |
fileSystem(Consumer<FileSystem.Builder> fileSystem)
Sets the value of the FileSystem property for this object.
|
ReleaseFileSystemNfsV3LocksResponse.Builder |
fileSystem(FileSystem fileSystem)
Sets the value of the FileSystem property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildReleaseFileSystemNfsV3LocksResponse.Builder fileSystem(FileSystem fileSystem)
fileSystem - The new value for the FileSystem property for this object.default ReleaseFileSystemNfsV3LocksResponse.Builder fileSystem(Consumer<FileSystem.Builder> fileSystem)
FileSystem.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.