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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExpressionFormatEntrybuild()SQLExpressionFormatEntry.Buildercopy(SQLExpressionFormatEntry model)SQLExpressionFormatEntry.Builderdescription(String description)SQLExpressionFormatEntry.BuildersqlExpression(String sqlExpression)The SQL expression to be used to generate the masked values.
 
- 
- 
- 
Method Detail- 
descriptionpublic SQLExpressionFormatEntry.Builder description(String description) 
 - 
sqlExpressionpublic 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
 
 - 
buildpublic SQLExpressionFormatEntry build() 
 - 
copypublic SQLExpressionFormatEntry.Builder copy(SQLExpressionFormatEntry model) 
 
- 
 
-