static SchemaInputAttribute.Builder |
SchemaInputAttribute.builder() |
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.fieldName(String fieldName) |
A string containing the field name.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.groupName(String groupName) |
A string that instructs Entity Resolution to combine several columns into a unified column with the identical
attribute type.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.hashed(Boolean hashed) |
Indicates if the column values are hashed in the schema input.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.matchKey(String matchKey) |
A key that allows grouping of multiple input attributes into a unified matching group.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.subType(String subType) |
The subtype of the attribute, selected from a list of values.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.toBuilder() |
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.type(String type) |
The type of the attribute, selected from a list of values.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.type(SchemaAttributeType type) |
The type of the attribute, selected from a list of values.
|