public static interface UpdateSchemaMappingResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<UpdateSchemaMappingResponse.Builder,UpdateSchemaMappingResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSchemaMappingResponse.Builder |
description(String description)
A description of the schema.
|
UpdateSchemaMappingResponse.Builder |
mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingResponse.Builder |
mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingResponse.Builder |
mappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingResponse.Builder |
schemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
UpdateSchemaMappingResponse.Builder |
schemaName(String schemaName)
The name of the schema.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSchemaMappingResponse.Builder description(String description)
A description of the schema.
description - A description of the schema.UpdateSchemaMappingResponse.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.UpdateSchemaMappingResponse.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.UpdateSchemaMappingResponse.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) UpdateSchemaMappingResponse.Builder schemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
schemaArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.UpdateSchemaMappingResponse.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.Copyright © 2023. All rights reserved.