Package com.pulumi.automation
Class ProjectPluginOptions.Builder
java.lang.Object
com.pulumi.automation.ProjectPluginOptions.Builder
- Enclosing class:
- ProjectPluginOptions
Builder for
ProjectPluginOptions.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theProjectPluginOptions.The name of the plugin.The path of the plugin.The version of the plugin.
-
Method Details
-
name
The name of the plugin.- Parameters:
name- the name of the plugin- Returns:
- the builder
-
version
The version of the plugin.- Parameters:
version- the version of the plugin- Returns:
- the builder
-
path
The path of the plugin.- Parameters:
path- the path of the plugin- Returns:
- the builder
-
build
Builds theProjectPluginOptions.- Returns:
- the plugin options
-