Package com.oracle.bmc.datasafe.model
Class SQLExpressionFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SQLExpressionFormatEntry.Builder
-
- Enclosing class:
- SQLExpressionFormatEntry
public static class SQLExpressionFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExpressionFormatEntry
build()
SQLExpressionFormatEntry.Builder
copy(SQLExpressionFormatEntry model)
SQLExpressionFormatEntry.Builder
description(String description)
SQLExpressionFormatEntry.Builder
sqlExpression(String sqlExpression)
The SQL expression to be used to generate the masked values.
-
-
-
Method Detail
-
description
public SQLExpressionFormatEntry.Builder description(String description)
-
sqlExpression
public SQLExpressionFormatEntry.Builder sqlExpression(String sqlExpression)
The SQL expression to be used to generate the masked values.It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
- Parameters:
sqlExpression
- the value to set- Returns:
- this builder
-
build
public SQLExpressionFormatEntry build()
-
copy
public SQLExpressionFormatEntry.Builder copy(SQLExpressionFormatEntry model)
-
-