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.Object
Builder forProjectPluginOptions
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectPluginOptions
build()
Builds theProjectPluginOptions
.ProjectPluginOptions.Builder
name(java.lang.String name)
The name of the plugin.ProjectPluginOptions.Builder
path(java.lang.String path)
The path of the plugin.ProjectPluginOptions.Builder
version(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
-
-