Package com.pulumi.automation
Class ProjectPluginOptions
- java.lang.Object
-
- com.pulumi.automation.ProjectPluginOptions
-
public class ProjectPluginOptions extends java.lang.ObjectPlugin options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectPluginOptions.BuilderBuilder forProjectPluginOptions.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectPluginOptions.Builderbuilder()Returns a new builder forProjectPluginOptions.booleanequals(java.lang.Object o)inthashCode()java.lang.Stringname()The name of the plugin.java.lang.Stringpath()The path of the plugin.ProjectPluginOptions.BuildertoBuilder()Creates a newProjectPluginOptions.Builderinitialized with the values from this instance.java.lang.Stringversion()The version of the plugin.
-
-
-
Method Detail
-
builder
public static ProjectPluginOptions.Builder builder()
Returns a new builder forProjectPluginOptions.- Returns:
- the builder
-
name
public java.lang.String name()
The name of the plugin.- Returns:
- the name of the plugin
-
version
@Nullable public java.lang.String version()
The version of the plugin.- Returns:
- the version of the plugin
-
path
public java.lang.String path()
The path of the plugin.- Returns:
- the path of the plugin
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public ProjectPluginOptions.Builder toBuilder()
Creates a newProjectPluginOptions.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectPluginOptions.Builderwith values copied from this instance
-
-