Class CfnSchemaMappingProps.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnSchemaMappingProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchemaMappingProps>
- Enclosing interface:
CfnSchemaMappingProps
@Stability(Stable)
public static final class CfnSchemaMappingProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchemaMappingProps>
A builder for
CfnSchemaMappingProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.description
(String description) Sets the value ofCfnSchemaMappingProps.getDescription()
mappedInputFields
(List<? extends Object> mappedInputFields) Sets the value ofCfnSchemaMappingProps.getMappedInputFields()
mappedInputFields
(IResolvable mappedInputFields) Sets the value ofCfnSchemaMappingProps.getMappedInputFields()
schemaName
(String schemaName) Sets the value ofCfnSchemaMappingProps.getSchemaName()
Sets the value ofCfnSchemaMappingProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mappedInputFields
@Stability(Stable) public CfnSchemaMappingProps.Builder mappedInputFields(IResolvable mappedInputFields) Sets the value ofCfnSchemaMappingProps.getMappedInputFields()
- Parameters:
mappedInputFields
- A list ofMappedInputFields
. This parameter is required. EachMappedInputField
corresponds 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 CfnSchemaMappingProps.Builder mappedInputFields(List<? extends Object> mappedInputFields) Sets the value ofCfnSchemaMappingProps.getMappedInputFields()
- Parameters:
mappedInputFields
- A list ofMappedInputFields
. This parameter is required. EachMappedInputField
corresponds 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 ofCfnSchemaMappingProps.getSchemaName()
- Parameters:
schemaName
- The name of the schema. This parameter is required. There can't be multipleSchemaMappings
with the same name.- Returns:
this
-
description
Sets the value ofCfnSchemaMappingProps.getDescription()
- Parameters:
description
- A description of the schema.- Returns:
this
-
tags
Sets the value ofCfnSchemaMappingProps.getTags()
- Parameters:
tags
- The tags used to organize, track, or control access for this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSchemaMappingProps>
- Returns:
- a new instance of
CfnSchemaMappingProps
- Throws:
NullPointerException
- if any required attribute was not provided
-