Package com.pulumi.automation
Class ProjectRuntime
- java.lang.Object
-
- com.pulumi.automation.ProjectRuntime
-
public class ProjectRuntime extends java.lang.ObjectA description of the Project's program runtime and associated metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectRuntime.BuilderBuilder forProjectRuntime.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectRuntime.Builderbuilder(ProjectRuntimeName name)Returns a new builder forProjectRuntime.booleanequals(java.lang.Object o)inthashCode()ProjectRuntimeNamename()Returns the runtime name.ProjectRuntimeOptionsoptions()Returns the runtime options.
-
-
-
Method Detail
-
builder
public static ProjectRuntime.Builder builder(ProjectRuntimeName name)
Returns a new builder forProjectRuntime.- Parameters:
name- the runtime name- Returns:
- the builder
-
name
public ProjectRuntimeName name()
Returns the runtime name.- Returns:
- the runtime name
-
options
@Nullable public ProjectRuntimeOptions options()
Returns the runtime options.- Returns:
- the runtime options
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-