Package com.pulumi.automation
Class DestroyOptions
- java.lang.Object
-
- com.pulumi.automation.UpdateOptions
-
- com.pulumi.automation.DestroyOptions
-
public final class DestroyOptions extends UpdateOptions
Options controlling the behavior of aWorkspaceStack.destroy()operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDestroyOptions.BuilderBuilder forDestroyOptions.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestroyOptions.Builderbuilder()Returns a new builder forDestroyOptions.booleanisContinueOnError()Continue to perform the update operation despite the occurrence of errors.booleanisShowSecrets()Show config secrets when they appear.booleanisTargetDependents()Allows updating of dependent targets discovered but not specifiedUpdateOptions.targets()-
Methods inherited from class com.pulumi.automation.UpdateOptions
color, debug, json, logFlow, logToStdErr, logVerbosity, Message, onEvent, onStandardError, onStandardOutput, parallel, policyPackConfigs, policyPacks, targets, tracing
-
-
-
-
Method Detail
-
builder
public static DestroyOptions.Builder builder()
Returns a new builder forDestroyOptions.- Returns:
- the builder
-
isTargetDependents
public boolean isTargetDependents()
Allows updating of dependent targets discovered but not specifiedUpdateOptions.targets()- Returns:
- true if dependent targets should be updated
-
isShowSecrets
public boolean isShowSecrets()
Show config secrets when they appear.- Returns:
- whether to show secrets
-
isContinueOnError
public boolean isContinueOnError()
Continue to perform the update operation despite the occurrence of errors.- Returns:
- whether to continue on error
-
-