@Generated(value="software.amazon.awssdk:codegen") public final class InputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputSource.Builder,InputSource>
An object containing InputSourceARN, SchemaName, and ApplyNormalization.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
applyNormalization()
Normalizes the attributes defined in the schema in the input data.
|
static InputSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputSourceARN()
An Glue table ARN for the input source table.
|
String |
schemaName()
The name of the schema to be retrieved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputSource.Builder> |
serializableBuilderClass() |
InputSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.public final String inputSourceARN()
An Glue table ARN for the input source table.
public final String schemaName()
The name of the schema to be retrieved.
public InputSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputSource.Builder,InputSource>public static InputSource.Builder builder()
public static Class<? extends InputSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.