Uses of Class
com.hashicorp.cdktf.TerraformResourceLifecycle.Builder
Packages that use TerraformResourceLifecycle.Builder
-
Uses of TerraformResourceLifecycle.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return TerraformResourceLifecycle.BuilderModifier and TypeMethodDescriptionTerraformResourceLifecycle.builder()
TerraformResourceLifecycle.Builder.createBeforeDestroy
(Boolean createBeforeDestroy) Sets the value ofTerraformResourceLifecycle.getCreateBeforeDestroy()
TerraformResourceLifecycle.Builder.ignoreChanges
(String ignoreChanges) Sets the value ofTerraformResourceLifecycle.getIgnoreChanges()
TerraformResourceLifecycle.Builder.ignoreChanges
(List<String> ignoreChanges) Sets the value ofTerraformResourceLifecycle.getIgnoreChanges()
TerraformResourceLifecycle.Builder.postcondition
(List<? extends Postcondition> postcondition) Sets the value ofTerraformResourceLifecycle.getPostcondition()
TerraformResourceLifecycle.Builder.precondition
(List<? extends Precondition> precondition) Sets the value ofTerraformResourceLifecycle.getPrecondition()
TerraformResourceLifecycle.Builder.preventDestroy
(Boolean preventDestroy) Sets the value ofTerraformResourceLifecycle.getPreventDestroy()
TerraformResourceLifecycle.Builder.replaceTriggeredBy
(List<? extends Object> replaceTriggeredBy) Sets the value ofTerraformResourceLifecycle.getReplaceTriggeredBy()
Constructors in com.hashicorp.cdktf with parameters of type TerraformResourceLifecycle.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theTerraformResourceLifecycle.Builder
.