Class CfnSchemaMappingMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnSchemaMappingMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchemaMappingMixinProps>
- Enclosing interface:
CfnSchemaMappingMixinProps
@Stability(Stable)
public static final class CfnSchemaMappingMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchemaMappingMixinProps>
A builder for
CfnSchemaMappingMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnSchemaMappingMixinProps.getDescription()mappedInputFields(List<? extends Object> mappedInputFields) Sets the value ofCfnSchemaMappingMixinProps.getMappedInputFields()mappedInputFields(IResolvable mappedInputFields) Sets the value ofCfnSchemaMappingMixinProps.getMappedInputFields()schemaName(String schemaName) Sets the value ofCfnSchemaMappingMixinProps.getSchemaName()Sets the value ofCfnSchemaMappingMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnSchemaMappingMixinProps.getDescription()- Parameters:
description- A description of the schema.- Returns:
this
-
mappedInputFields
@Stability(Stable) public CfnSchemaMappingMixinProps.Builder mappedInputFields(IResolvable mappedInputFields) Sets the value ofCfnSchemaMappingMixinProps.getMappedInputFields()- Parameters:
mappedInputFields- A list ofMappedInputFields. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that AWS Entity Resolution uses for matching.- Returns:
this
-
mappedInputFields
@Stability(Stable) public CfnSchemaMappingMixinProps.Builder mappedInputFields(List<? extends Object> mappedInputFields) Sets the value ofCfnSchemaMappingMixinProps.getMappedInputFields()- Parameters:
mappedInputFields- A list ofMappedInputFields. EachMappedInputFieldcorresponds to a column the source data table, and contains column name plus additional information that AWS Entity Resolution uses for matching.- Returns:
this
-
schemaName
Sets the value ofCfnSchemaMappingMixinProps.getSchemaName()- Parameters:
schemaName- The name of the schema. There can't be multipleSchemaMappingswith the same name.- Returns:
this
-
tags
Sets the value ofCfnSchemaMappingMixinProps.getTags()- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchemaMappingMixinProps>- Returns:
- a new instance of
CfnSchemaMappingMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-