Package com.pulumi.automation
Class ProjectOptions.Builder
- java.lang.Object
-
- com.pulumi.automation.ProjectOptions.Builder
-
- Enclosing class:
- ProjectOptions
public static class ProjectOptions.Builder extends java.lang.Object
Builder forProjectOptions
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectOptions
build()
Builds theProjectOptions
.ProjectOptions.Builder
refresh(java.lang.String refresh)
Set to"always"
to always run a refresh as part of a pulumi update / preview / destroy.
-
-
-
Method Detail
-
refresh
public ProjectOptions.Builder refresh(java.lang.String refresh)
Set to"always"
to always run a refresh as part of a pulumi update / preview / destroy.- Parameters:
refresh
-"always"
to always run a refresh as part of a pulumi update / preview / destroy- Returns:
- the builder
-
build
public ProjectOptions build()
Builds theProjectOptions
.- Returns:
- the project options
-
-