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