Package com.pulumi.automation
Class LocalPulumiCommandOptions.Builder
java.lang.Object
com.pulumi.automation.LocalPulumiCommandOptions.Builder
- Enclosing class:
- LocalPulumiCommandOptions
A builder for
LocalPulumiCommandOptions.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theLocalPulumiCommandOptions.skipVersionCheck(boolean skipVersionCheck) Sets whether to skip the version validation that checks if an existing Pulumi CLI installation is compatible with the SDK.
-
Method Details
-
skipVersionCheck
Sets whether to skip the version validation that checks if an existing Pulumi CLI installation is compatible with the SDK.- Parameters:
skipVersionCheck- whether to skip the version check- Returns:
- this builder
-
build
Builds theLocalPulumiCommandOptions.- Returns:
- the options
-