| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and 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 CreateSchemaMappingResponse |
EntityResolutionClient.createSchemaMapping(Consumer<CreateSchemaMappingRequest.Builder> createSchemaMappingRequest)
Creates a schema mapping, which defines the schema of the input customer records table.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.builder() |
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.description(String description)
A description of the schema.
|
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.mappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.schemaName(String schemaName)
The name of the schema.
|
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateSchemaMappingRequest.Builder |
CreateSchemaMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSchemaMappingRequest.Builder> |
CreateSchemaMappingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.