| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaInputAttribute |
SchemaInputAttribute.clone() |
SchemaInputAttribute |
SchemaInputAttribute.withFieldName(String fieldName)
A string containing the field name.
|
SchemaInputAttribute |
SchemaInputAttribute.withGroupName(String groupName)
A string that instructs Entity Resolution to combine several columns into a unified column with the identical
attribute type.
|
SchemaInputAttribute |
SchemaInputAttribute.withHashed(Boolean hashed)
Indicates if the column values are hashed in the schema input.
|
SchemaInputAttribute |
SchemaInputAttribute.withMatchKey(String matchKey)
A key that allows grouping of multiple input attributes into a unified matching group.
|
SchemaInputAttribute |
SchemaInputAttribute.withSubType(String subType)
The subtype of the attribute, selected from a list of values.
|
SchemaInputAttribute |
SchemaInputAttribute.withType(SchemaAttributeType type)
The type of the attribute, selected from a list of values.
|
SchemaInputAttribute |
SchemaInputAttribute.withType(String type)
The type of the attribute, selected from a list of values.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaInputAttribute> |
UpdateSchemaMappingRequest.getMappedInputFields()
A list of
MappedInputFields. |
List<SchemaInputAttribute> |
GetSchemaMappingResult.getMappedInputFields()
A list of
MappedInputFields. |
List<SchemaInputAttribute> |
CreateSchemaMappingResult.getMappedInputFields()
A list of
MappedInputFields. |
List<SchemaInputAttribute> |
CreateSchemaMappingRequest.getMappedInputFields()
A list of
MappedInputFields. |
List<SchemaInputAttribute> |
UpdateSchemaMappingResult.getMappedInputFields()
A list of
MappedInputFields. |
| Modifier and Type | Method and Description |
|---|---|
UpdateSchemaMappingRequest |
UpdateSchemaMappingRequest.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
GetSchemaMappingResult |
GetSchemaMappingResult.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingResult |
CreateSchemaMappingResult.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingResult |
UpdateSchemaMappingResult.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSchemaMappingRequest.setMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
void |
GetSchemaMappingResult.setMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
void |
CreateSchemaMappingResult.setMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
void |
CreateSchemaMappingRequest.setMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
void |
UpdateSchemaMappingResult.setMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingRequest |
UpdateSchemaMappingRequest.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
GetSchemaMappingResult |
GetSchemaMappingResult.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingResult |
CreateSchemaMappingResult.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingResult |
UpdateSchemaMappingResult.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
Copyright © 2025. All rights reserved.