@Generated(value="software.amazon.awssdk:codegen") public final class SchemaInputAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaInputAttribute.Builder,SchemaInputAttribute>
An object containing FieldField, Type, GroupName, and MatchKey.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaInputAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaInputAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldName()
A string containing the field name.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
Instruct Entity Resolution to combine several columns into a unified column with the identical attribute type.
|
int |
hashCode() |
String |
matchKey()
A key that allows grouping of multiple input attributes into a unified matching group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaInputAttribute.Builder> |
serializableBuilderClass() |
SchemaInputAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SchemaAttributeType |
type()
The type of the attribute, selected from a list of values.
|
String |
typeAsString()
The type of the attribute, selected from a list of values.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldName()
A string containing the field name.
public final String groupName()
Instruct Entity Resolution to combine several columns into a unified column with the identical attribute type.
For example, when working with columns such as first_name, middle_name, and last_name, assigning them a common
GroupName will prompt Entity Resolution to concatenate them into a single value.
GroupName will prompt Entity Resolution to concatenate them into a single
value.public final String matchKey()
A key that allows grouping of multiple input attributes into a unified matching group. For example, let's
consider a scenario where the source table contains various addresses, such as business_address and
shipping_address. By assigning the MatchKey Address' to both attributes, Entity Resolution
will match records across these fields to create a consolidated matching group. If no MatchKey is
specified for a column, it won't be utilized for matching purposes but will still be included in the output
table.
MatchKey Address' to both attributes, Entity
Resolution will match records across these fields to create a consolidated matching group. If no
MatchKey is specified for a column, it won't be utilized for matching purposes but will
still be included in the output table.public final SchemaAttributeType type()
The type of the attribute, selected from a list of values.
If the service returns an enum value that is not available in the current SDK version, type will return
SchemaAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SchemaAttributeTypepublic final String typeAsString()
The type of the attribute, selected from a list of values.
If the service returns an enum value that is not available in the current SDK version, type will return
SchemaAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SchemaAttributeTypepublic SchemaInputAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SchemaInputAttribute.Builder,SchemaInputAttribute>public static SchemaInputAttribute.Builder builder()
public static Class<? extends SchemaInputAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.