Class RbelModificationDescription.RbelModificationDescriptionBuilder
java.lang.Object
de.gematik.test.tiger.common.config.RbelModificationDescription.RbelModificationDescriptionBuilder
- Enclosing class:
- RbelModificationDescription
-
Method Summary
Modifier and TypeMethodDescriptionbuild()deleteAfterNExecutions(Integer deleteAfterNExecutions) regexFilter(String regexFilter) replaceWith(String replaceWith) targetElement(String targetElement) toString()
-
Method Details
-
name
- Returns:
this.
-
condition
- Returns:
this.
-
targetElement
public RbelModificationDescription.RbelModificationDescriptionBuilder targetElement(String targetElement) - Returns:
this.
-
replaceWith
public RbelModificationDescription.RbelModificationDescriptionBuilder replaceWith(String replaceWith) - Returns:
this.
-
regexFilter
public RbelModificationDescription.RbelModificationDescriptionBuilder regexFilter(String regexFilter) - Returns:
this.
-
deleteAfterNExecutions
public RbelModificationDescription.RbelModificationDescriptionBuilder deleteAfterNExecutions(Integer deleteAfterNExecutions) - Returns:
this.
-
build
-
toString
-