Interface UpdateSchemaMappingResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateSchemaMappingResponse.Builder,,- UpdateSchemaMappingResponse> - EntityResolutionResponse.Builder,- SdkBuilder<UpdateSchemaMappingResponse.Builder,,- UpdateSchemaMappingResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateSchemaMappingResponse
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) A description of the schema.mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields) A list ofMappedInputFields.mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields) A list ofMappedInputFields.mappedInputFields(SchemaInputAttribute... mappedInputFields) A list ofMappedInputFields.The ARN (Amazon Resource Name) that Entity Resolution generated for theSchemaMapping.schemaName(String schemaName) The name of the schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
schemaNameThe name of the schema. - Parameters:
- schemaName- The name of the schema.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
schemaArnThe ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.- Parameters:
- schemaArn- The ARN (Amazon Resource Name) that Entity Resolution generated for the- SchemaMapping.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA description of the schema. - Parameters:
- description- A description of the schema.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mappedInputFieldsUpdateSchemaMappingResponse.Builder mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields) A list of MappedInputFields. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.- Parameters:
- mappedInputFields- A list of- MappedInputFields. Each- MappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mappedInputFieldsA list of MappedInputFields. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.- Parameters:
- mappedInputFields- A list of- MappedInputFields. Each- MappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mappedInputFieldsUpdateSchemaMappingResponse.Builder mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields) A list of This is a convenience method that creates an instance of theMappedInputFields. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.SchemaInputAttribute.Builderavoiding the need to create one manually viaSchemaInputAttribute.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomappedInputFields(List<SchemaInputAttribute>).- Parameters:
- mappedInputFields- a consumer that will call methods on- SchemaInputAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-