public static interface InputSource.Builder extends SdkPojo, CopyableBuilder<InputSource.Builder,InputSource>
| Modifier and Type | Method and Description |
|---|---|
InputSource.Builder |
applyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data.
|
InputSource.Builder |
inputSourceARN(String inputSourceARN)
An Glue table ARN for the input source table.
|
InputSource.Builder |
schemaName(String schemaName)
The name of the schema to be retrieved.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputSource.Builder applyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType of PHONE_NUMBER, and the data in the input table is in a format of
1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.
applyNormalization - Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType of PHONE_NUMBER, and the data in the input table is in a
format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.InputSource.Builder inputSourceARN(String inputSourceARN)
An Glue table ARN for the input source table.
inputSourceARN - An Glue table ARN for the input source table.InputSource.Builder schemaName(String schemaName)
The name of the schema to be retrieved.
schemaName - The name of the schema to be retrieved.Copyright © 2023. All rights reserved.