public static interface CreateSchemaMappingRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<CreateSchemaMappingRequest.Builder,CreateSchemaMappingRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSchemaMappingRequest.Builder description(String description)
A description of the schema.
description - A description of the schema.CreateSchemaMappingRequest.Builder mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of MappedInputFields. Each MappedInputField corresponds to a column the
source data table, and contains column name plus additional information that Entity Resolution uses for
matching.
mappedInputFields - A list of MappedInputFields. Each MappedInputField corresponds to a column
the source data table, and contains column name plus additional information that Entity Resolution
uses for matching.CreateSchemaMappingRequest.Builder mappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of MappedInputFields. Each MappedInputField corresponds to a column the
source data table, and contains column name plus additional information that Entity Resolution uses for
matching.
mappedInputFields - A list of MappedInputFields. Each MappedInputField corresponds to a column
the source data table, and contains column name plus additional information that Entity Resolution
uses for matching.CreateSchemaMappingRequest.Builder mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)
A list of MappedInputFields. Each MappedInputField corresponds to a column the
source data table, and contains column name plus additional information that Entity Resolution uses for
matching.
SchemaInputAttribute.Builder avoiding the need
to create one manually via
SchemaInputAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mappedInputFields(List.
mappedInputFields - a consumer that will call methods on
SchemaInputAttribute.Builder#mappedInputFields(java.util.Collection) CreateSchemaMappingRequest.Builder schemaName(String schemaName)
The name of the schema. There cannot be multiple SchemaMappings with the same name.
schemaName - The name of the schema. There cannot be multiple SchemaMappings with the same name.CreateSchemaMappingRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.CreateSchemaMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSchemaMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.