public static class RandomSubstitutionFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public RandomSubstitutionFormatEntry.Builder description(String description)
public RandomSubstitutionFormatEntry.Builder schemaName(String schemaName)
The name of the schema that contains the substitution column.
schemaName
- the value to setpublic RandomSubstitutionFormatEntry.Builder tableName(String tableName)
The name of the table that contains the substitution column.
tableName
- the value to setpublic RandomSubstitutionFormatEntry.Builder columnName(String columnName)
The name of the substitution column.
columnName
- the value to setpublic RandomSubstitutionFormatEntry build()
public RandomSubstitutionFormatEntry.Builder copy(RandomSubstitutionFormatEntry model)
Copyright © 2016–2024. All rights reserved.