Class ProjectOptions

java.lang.Object
com.pulumi.automation.ProjectOptions

public class ProjectOptions extends Object
An optional set of project options.
  • Method Details

    • builder

      public static ProjectOptions.Builder builder()
      Returns a new builder for ProjectOptions.
      Returns:
      the builder
    • refresh

      @Nullable public 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toBuilder

      public ProjectOptions.Builder toBuilder()
      Creates a new ProjectOptions.Builder initialized with the values from this instance.
      Returns:
      a new ProjectOptions.Builder with values copied from this instance