Package com.oracle.bmc.datasafe.model
Class RandomSubstitutionFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.RandomSubstitutionFormatEntry.Builder
-
- Enclosing class:
- RandomSubstitutionFormatEntry
public static class RandomSubstitutionFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomSubstitutionFormatEntry
build()
RandomSubstitutionFormatEntry.Builder
columnName(String columnName)
The name of the substitution column.RandomSubstitutionFormatEntry.Builder
copy(RandomSubstitutionFormatEntry model)
RandomSubstitutionFormatEntry.Builder
description(String description)
RandomSubstitutionFormatEntry.Builder
schemaName(String schemaName)
The name of the schema that contains the substitution column.RandomSubstitutionFormatEntry.Builder
tableName(String tableName)
The name of the table that contains the substitution column.
-
-
-
Method Detail
-
description
public RandomSubstitutionFormatEntry.Builder description(String description)
-
schemaName
public RandomSubstitutionFormatEntry.Builder schemaName(String schemaName)
The name of the schema that contains the substitution column.- Parameters:
schemaName
- the value to set- Returns:
- this builder
-
tableName
public RandomSubstitutionFormatEntry.Builder tableName(String tableName)
The name of the table that contains the substitution column.- Parameters:
tableName
- the value to set- Returns:
- this builder
-
columnName
public RandomSubstitutionFormatEntry.Builder columnName(String columnName)
The name of the substitution column.- Parameters:
columnName
- the value to set- Returns:
- this builder
-
build
public RandomSubstitutionFormatEntry build()
-
copy
public RandomSubstitutionFormatEntry.Builder copy(RandomSubstitutionFormatEntry model)
-
-