Package com.pulumi.automation
Class ProjectPlugins.Builder
java.lang.Object
com.pulumi.automation.ProjectPlugins.Builder
- Enclosing class:
- ProjectPlugins
Builder for
ProjectPlugins.-
Method Summary
Modifier and TypeMethodDescriptionanalyzers(List<ProjectPluginOptions> analyzers) The analyzer plugins to configure for the project.build()Builds theProjectPlugins.languages(List<ProjectPluginOptions> languages) The language plugins to configure for the project.providers(List<ProjectPluginOptions> providers) The provider plugins to configure for the project.
-
Method Details
-
providers
The provider plugins to configure for the project.- Parameters:
providers- the providers to configure for the project- Returns:
- the builder
-
languages
The language plugins to configure for the project.- Parameters:
languages- the languages to configure for the project- Returns:
- the builder
-
analyzers
The analyzer plugins to configure for the project.- Parameters:
analyzers- the analyzers to configure for the project- Returns:
- the builder
-
build
Builds theProjectPlugins.- Returns:
- the project backend
-