Package com.pulumi.automation
Class ProjectPluginOptions.Builder
- java.lang.Object
-
- com.pulumi.automation.ProjectPluginOptions.Builder
-
- Enclosing class:
- ProjectPluginOptions
public static class ProjectPluginOptions.Builder extends java.lang.ObjectBuilder forProjectPluginOptions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectPluginOptionsbuild()Builds theProjectPluginOptions.ProjectPluginOptions.Buildername(java.lang.String name)The name of the plugin.ProjectPluginOptions.Builderpath(java.lang.String path)The path of the plugin.ProjectPluginOptions.Builderversion(java.lang.String version)The version of the plugin.
-
-
-
Method Detail
-
name
public ProjectPluginOptions.Builder name(java.lang.String name)
The name of the plugin.- Parameters:
name- the name of the plugin- Returns:
- the builder
-
version
public ProjectPluginOptions.Builder version(java.lang.String version)
The version of the plugin.- Parameters:
version- the version of the plugin- Returns:
- the builder
-
path
public ProjectPluginOptions.Builder path(java.lang.String path)
The path of the plugin.- Parameters:
path- the path of the plugin- Returns:
- the builder
-
build
public ProjectPluginOptions build()
Builds theProjectPluginOptions.- Returns:
- the plugin options
-
-