Uses of Interface
software.amazon.awssdk.services.entityresolution.model.IdNamespaceInputSource.Builder
-
Packages that use IdNamespaceInputSource.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of IdNamespaceInputSource.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return IdNamespaceInputSource.Builder Modifier and Type Method Description static IdNamespaceInputSource.BuilderIdNamespaceInputSource. builder()IdNamespaceInputSource.BuilderIdNamespaceInputSource.Builder. inputSourceARN(String inputSourceARN)An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.IdNamespaceInputSource.BuilderIdNamespaceInputSource.Builder. schemaName(String schemaName)The name of the schema.IdNamespaceInputSource.BuilderIdNamespaceInputSource. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type IdNamespaceInputSource.Builder Modifier and Type Method Description static Class<? extends IdNamespaceInputSource.Builder>IdNamespaceInputSource. serializableBuilderClass()
-