public static interface UpdateSchemaMappingRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<UpdateSchemaMappingRequest.Builder,UpdateSchemaMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSchemaMappingRequest.Builder |
description(String description)
A description of the schema.
|
UpdateSchemaMappingRequest.Builder |
mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingRequest.Builder |
mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingRequest.Builder |
mappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSchemaMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSchemaMappingRequest.Builder |
schemaName(String schemaName)
The name of the schema.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSchemaMappingRequest.Builder description(String description)
A description of the schema.
description - A description of the schema.UpdateSchemaMappingRequest.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.UpdateSchemaMappingRequest.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.UpdateSchemaMappingRequest.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) UpdateSchemaMappingRequest.Builder schemaName(String schemaName)
The name of the schema. There can't be multiple SchemaMappings with the same name.
schemaName - The name of the schema. There can't be multiple SchemaMappings with the same name.UpdateSchemaMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSchemaMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.