Package com.pulumi.automation
Class ProjectRuntime
java.lang.Object
com.pulumi.automation.ProjectRuntime
A description of the Project's program runtime and associated metadata.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectRuntime.Builderbuilder(ProjectRuntimeName name) Returns a new builder forProjectRuntime.booleaninthashCode()name()Returns the runtime name.options()Returns the runtime options.
-
Method Details
-
builder
Returns a new builder forProjectRuntime.- Parameters:
name- the runtime name- Returns:
- the builder
-
name
Returns the runtime name.- Returns:
- the runtime name
-
options
Returns the runtime options.- Returns:
- the runtime options
-
equals
-
hashCode
public int hashCode()
-