Package com.pulumi.automation
Class ProjectOptions
java.lang.Object
com.pulumi.automation.ProjectOptions
An optional set of project options.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectOptions.Builderbuilder()Returns a new builder forProjectOptions.booleaninthashCode()refresh()Set to"always"to always run a refresh as part of a pulumi update / preview / destroy.Creates a newProjectOptions.Builderinitialized with the values from this instance.
-
Method Details
-
builder
Returns a new builder forProjectOptions.- Returns:
- the builder
-
refresh
Set to"always"to always run a refresh as part of a pulumi update / preview / destroy.- Returns:
"always"to always run a refresh as part of a pulumi update / preview / destroy
-
equals
-
hashCode
public int hashCode() -
toBuilder
Creates a newProjectOptions.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectOptions.Builderwith values copied from this instance
-