Package com.pulumi.automation
Class ProjectRuntime
- java.lang.Object
-
- com.pulumi.automation.ProjectRuntime
-
public class ProjectRuntime extends java.lang.Object
A description of the Project's program runtime and associated metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectRuntime.Builder
Builder forProjectRuntime
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectRuntime.Builder
builder(ProjectRuntimeName name)
Returns a new builder forProjectRuntime
.boolean
equals(java.lang.Object o)
int
hashCode()
ProjectRuntimeName
name()
Returns the runtime name.ProjectRuntimeOptions
options()
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-