Package com.pulumi.automation
Class PluginRemoveOptions.Builder
java.lang.Object
com.pulumi.automation.PluginRemoveOptions.Builder
- Enclosing class:
- PluginRemoveOptions
Builder for
PluginRemoveOptions.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds thePluginRemoveOptions.kind(PluginKind kind) The kind of plugin to remove.The name of the plugin to remove.versionRange(String versionRange) The semver range to check when removing plugins matching the given name e.g.
-
Method Details
-
name
The name of the plugin to remove.- Parameters:
name- the name of the plugin- Returns:
- the builder
-
versionRange
The semver range to check when removing plugins matching the given name e.g. "1.0.0", ">1.0.0".- Parameters:
versionRange- the semver range- Returns:
- the builder
-
kind
The kind of plugin to remove. Defaults toPluginKind.RESOURCE.- Parameters:
kind- the kind of plugin- Returns:
- the builder
-
build
Builds thePluginRemoveOptions.- Returns:
- the options
-