Package com.pulumi.automation
Class ProjectOptions
- java.lang.Object
-
- com.pulumi.automation.ProjectOptions
-
public class ProjectOptions extends java.lang.ObjectAn optional set of project options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectOptions.BuilderBuilder forProjectOptions.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectOptions.Builderbuilder()Returns a new builder forProjectOptions.booleanequals(java.lang.Object o)inthashCode()java.lang.Stringrefresh()Set to"always"to always run a refresh as part of a pulumi update / preview / destroy.ProjectOptions.BuildertoBuilder()Creates a newProjectOptions.Builderinitialized with the values from this instance.
-
-
-
Method Detail
-
builder
public static ProjectOptions.Builder builder()
Returns a new builder forProjectOptions.- Returns:
- the builder
-
refresh
@Nullable public java.lang.String 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
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public ProjectOptions.Builder toBuilder()
Creates a newProjectOptions.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectOptions.Builderwith values copied from this instance
-
-