Uses of Interface
software.amazon.awssdk.services.entityresolution.model.CreateSchemaMappingRequest.Builder
-
Packages that use CreateSchemaMappingRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of CreateSchemaMappingRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type CreateSchemaMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSchemaMappingResponse>EntityResolutionAsyncClient. createSchemaMapping(Consumer<CreateSchemaMappingRequest.Builder> createSchemaMappingRequest)Creates a schema mapping, which defines the schema of the input customer records table.default CreateSchemaMappingResponseEntityResolutionClient. createSchemaMapping(Consumer<CreateSchemaMappingRequest.Builder> createSchemaMappingRequest)Creates a schema mapping, which defines the schema of the input customer records table. -
Uses of CreateSchemaMappingRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return CreateSchemaMappingRequest.Builder Modifier and Type Method Description static CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest. builder()CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. description(String description)A description of the schema.CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)A list ofMappedInputFields.CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)A list ofMappedInputFields.CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. mappedInputFields(SchemaInputAttribute... mappedInputFields)A list ofMappedInputFields.CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. schemaName(String schemaName)The name of the schema.CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest.Builder. tags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.CreateSchemaMappingRequest.BuilderCreateSchemaMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type CreateSchemaMappingRequest.Builder Modifier and Type Method Description static Class<? extends CreateSchemaMappingRequest.Builder>CreateSchemaMappingRequest. serializableBuilderClass()
-