Package com.oracle.bmc.datasafe.model
Class RegularExpressionFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.RegularExpressionFormatEntry.Builder
-
- Enclosing class:
- RegularExpressionFormatEntry
public static class RegularExpressionFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegularExpressionFormatEntry
build()
RegularExpressionFormatEntry.Builder
copy(RegularExpressionFormatEntry model)
RegularExpressionFormatEntry.Builder
description(String description)
RegularExpressionFormatEntry.Builder
regularExpression(String regularExpression)
The pattern that should be used to search for data.RegularExpressionFormatEntry.Builder
replaceWith(String replaceWith)
The value that should be used to replace the data matching the regular expression.
-
-
-
Method Detail
-
description
public RegularExpressionFormatEntry.Builder description(String description)
-
regularExpression
public RegularExpressionFormatEntry.Builder regularExpression(String regularExpression)
The pattern that should be used to search for data.- Parameters:
regularExpression
- the value to set- Returns:
- this builder
-
replaceWith
public RegularExpressionFormatEntry.Builder replaceWith(String replaceWith)
The value that should be used to replace the data matching the regular expression.It can be a fixed string, fixed number or null value.
- Parameters:
replaceWith
- the value to set- Returns:
- this builder
-
build
public RegularExpressionFormatEntry build()
-
copy
public RegularExpressionFormatEntry.Builder copy(RegularExpressionFormatEntry model)
-
-