| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
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)
Instruct Entity Resolution to combine several columns into a unified column with the identical attribute
type.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.matchKey(String matchKey)
A key that allows grouping of multiple input attributes into a unified matching group.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.toBuilder() |
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.type(SchemaAttributeType type)
The type of the attribute, selected from a list of values.
|
SchemaInputAttribute.Builder |
SchemaInputAttribute.Builder.type(String type)
The type of the attribute, selected from a list of values.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchemaInputAttribute.Builder> |
SchemaInputAttribute.serializableBuilderClass() |
Copyright © 2023. All rights reserved.