Package com.pulumi.automation
Class ProjectPluginOptions
java.lang.Object
com.pulumi.automation.ProjectPluginOptions
Plugin options.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectPluginOptions.Builderbuilder()Returns a new builder forProjectPluginOptions.booleaninthashCode()name()The name of the plugin.path()The path of the plugin.Creates a newProjectPluginOptions.Builderinitialized with the values from this instance.version()The version of the plugin.
-
Method Details
-
builder
Returns a new builder forProjectPluginOptions.- Returns:
- the builder
-
name
The name of the plugin.- Returns:
- the name of the plugin
-
version
The version of the plugin.- Returns:
- the version of the plugin
-
path
The path of the plugin.- Returns:
- the path of the plugin
-
equals
-
hashCode
public int hashCode() -
toBuilder
Creates a newProjectPluginOptions.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectPluginOptions.Builderwith values copied from this instance
-