Package io.codemodder.codetf
Class CodeTFChange.Builder
- java.lang.Object
-
- io.codemodder.codetf.CodeTFChange.Builder
-
- Enclosing class:
- CodeTFChange
public static class CodeTFChange.Builder extends Object
Builder forCodeTFChangewhich was based on an existing instance.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeTFChangebuild()CodeTFChange.BuilderwithAdditionalProperties(Map<String,String> newProperties)Update theCodeTFChangewith additional properties.CodeTFChange.BuilderwithDescription(String description)Update theCodeTFChangewith the given description.
-
-
-
Method Detail
-
withDescription
public CodeTFChange.Builder withDescription(String description)
Update theCodeTFChangewith the given description.
-
withAdditionalProperties
public CodeTFChange.Builder withAdditionalProperties(Map<String,String> newProperties)
Update theCodeTFChangewith additional properties.
-
build
public CodeTFChange build()
-
-