Uses of Class
com.oracle.bmc.datasafe.model.RegularExpressionFormatEntry.Builder
-
Packages that use RegularExpressionFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of RegularExpressionFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return RegularExpressionFormatEntry.Builder Modifier and Type Method Description static RegularExpressionFormatEntry.Builder
RegularExpressionFormatEntry. builder()
Create a new builder.RegularExpressionFormatEntry.Builder
RegularExpressionFormatEntry.Builder. copy(RegularExpressionFormatEntry model)
RegularExpressionFormatEntry.Builder
RegularExpressionFormatEntry.Builder. description(String description)
RegularExpressionFormatEntry.Builder
RegularExpressionFormatEntry.Builder. regularExpression(String regularExpression)
The pattern that should be used to search for data.RegularExpressionFormatEntry.Builder
RegularExpressionFormatEntry.Builder. replaceWith(String replaceWith)
The value that should be used to replace the data matching the regular expression.RegularExpressionFormatEntry.Builder
RegularExpressionFormatEntry. toBuilder()
-