Class CfnSchemaMapping.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnSchemaMapping.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchemaMapping>
- Enclosing class:
CfnSchemaMapping
@Stability(Stable)
public static final class CfnSchemaMapping.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchemaMapping>
A fluent builder for
CfnSchemaMapping.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnSchemaMapping.Builderdescription(String description) A description of the schema.mappedInputFields(List<? extends Object> mappedInputFields) A list ofMappedInputFields.mappedInputFields(IResolvable mappedInputFields) A list ofMappedInputFields.schemaName(String schemaName) The name of the schema.The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnSchemaMapping.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSchemaMapping.Builder.
-
mappedInputFields
A list ofMappedInputFields.Each
MappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that AWS Entity Resolution uses for matching.- Parameters:
mappedInputFields- A list ofMappedInputFields. This parameter is required.- Returns:
this- See Also:
-
mappedInputFields
@Stability(Stable) public CfnSchemaMapping.Builder mappedInputFields(List<? extends Object> mappedInputFields) A list ofMappedInputFields.Each
MappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that AWS Entity Resolution uses for matching.- Parameters:
mappedInputFields- A list ofMappedInputFields. This parameter is required.- Returns:
this- See Also:
-
schemaName
The name of the schema.There can't be multiple
SchemaMappingswith the same name.- Parameters:
schemaName- The name of the schema. This parameter is required.- Returns:
this- See Also:
-
description
A description of the schema.- Parameters:
description- A description of the schema. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchemaMapping>- Returns:
- a newly built instance of
CfnSchemaMapping.
-