Uses of Interface
software.amazon.awssdk.services.entityresolution.model.InputSource.Builder
-
Packages that use InputSource.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of InputSource.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return InputSource.Builder Modifier and Type Method Description InputSource.BuilderInputSource.Builder. applyNormalization(Boolean applyNormalization)Normalizes the attributes defined in the schema in the input data.static InputSource.BuilderInputSource. builder()InputSource.BuilderInputSource.Builder. inputSourceARN(String inputSourceARN)An Glue table ARN for the input source table.InputSource.BuilderInputSource.Builder. schemaName(String schemaName)The name of the schema to be retrieved.InputSource.BuilderInputSource. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type InputSource.Builder Modifier and Type Method Description static Class<? extends InputSource.Builder>InputSource. serializableBuilderClass()
-