public static interface PluginDescription.Builder extends SdkPojo, CopyableBuilder<PluginDescription.Builder,PluginDescription>
| Modifier and Type | Method and Description |
|---|---|
default PluginDescription.Builder |
customPlugin(Consumer<CustomPluginDescription.Builder> customPlugin)
Details about a custom plugin.
|
PluginDescription.Builder |
customPlugin(CustomPluginDescription customPlugin)
Details about a custom plugin.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPluginDescription.Builder customPlugin(CustomPluginDescription customPlugin)
Details about a custom plugin.
customPlugin - Details about a custom plugin.default PluginDescription.Builder customPlugin(Consumer<CustomPluginDescription.Builder> customPlugin)
Details about a custom plugin.
This is a convenience method that creates an instance of theCustomPluginDescription.Builder avoiding
the need to create one manually via CustomPluginDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to customPlugin(CustomPluginDescription).
customPlugin - a consumer that will call methods on CustomPluginDescription.BuildercustomPlugin(CustomPluginDescription)Copyright © 2023. All rights reserved.