Package com.pulumi.automation
Class PluginRemoveOptions
java.lang.Object
com.pulumi.automation.PluginRemoveOptions
Options for removing plugins.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PluginRemoveOptions.Builderbuilder()Returns a new builder forPluginRemoveOptions.kind()The kind of plugin to remove.name()The name of the plugin to remove.The semver range to check when removing plugins matching the given name e.g.
-
Method Details
-
builder
Returns a new builder forPluginRemoveOptions.- Returns:
- the builder
-
name
The name of the plugin to remove.- Returns:
- the name of the plugin
-
versionRange
The semver range to check when removing plugins matching the given name e.g. "1.0.0", ">1.0.0".- Returns:
- the semver range
-
kind
The kind of plugin to remove. Defaults toPluginKind.RESOURCE.- Returns:
- the kind of plugin
-