public static interface OpenZFSNfsExport.Builder extends SdkPojo, CopyableBuilder<OpenZFSNfsExport.Builder,OpenZFSNfsExport>
| Modifier and Type | Method and Description |
|---|---|
OpenZFSNfsExport.Builder |
clientConfigurations(Collection<OpenZFSClientConfiguration> clientConfigurations)
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
|
OpenZFSNfsExport.Builder |
clientConfigurations(Consumer<OpenZFSClientConfiguration.Builder>... clientConfigurations)
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
|
OpenZFSNfsExport.Builder |
clientConfigurations(OpenZFSClientConfiguration... clientConfigurations)
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpenZFSNfsExport.Builder clientConfigurations(Collection<OpenZFSClientConfiguration> clientConfigurations)
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
clientConfigurations - A list of configuration objects that contain the client and options for mounting the OpenZFS file
system.OpenZFSNfsExport.Builder clientConfigurations(OpenZFSClientConfiguration... clientConfigurations)
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
clientConfigurations - A list of configuration objects that contain the client and options for mounting the OpenZFS file
system.OpenZFSNfsExport.Builder clientConfigurations(Consumer<OpenZFSClientConfiguration.Builder>... clientConfigurations)
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
This is a convenience method that creates an instance of theOpenZFSClientConfiguration.Builder avoiding the need to
create one manually via
OpenZFSClientConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #clientConfigurations(List.
clientConfigurations - a consumer that will call methods on
OpenZFSClientConfiguration.Builder#clientConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.