Interface CreateSchemaMappingRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateSchemaMappingRequest.Builder,
,CreateSchemaMappingRequest> EntityResolutionRequest.Builder
,SdkBuilder<CreateSchemaMappingRequest.Builder,
,CreateSchemaMappingRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateSchemaMappingRequest
-
Method Summary
Modifier 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
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.schemaName
(String schemaName) The name of the schema.The tags used to organize, track, or control access for this resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
schemaName
The name of the schema. There can't be multiple
SchemaMappings
with the same name.- Parameters:
schemaName
- The name of the schema. There can't be multipleSchemaMappings
with the same name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A 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.
-
mappedInputFields
CreateSchemaMappingRequest.Builder mappedInputFields(Collection<SchemaInputAttribute> mappedInputFields) A list of
MappedInputFields
. EachMappedInputField
corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.- Parameters:
mappedInputFields
- A list ofMappedInputFields
. EachMappedInputField
corresponds 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.
-
mappedInputFields
A list of
MappedInputFields
. EachMappedInputField
corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.- Parameters:
mappedInputFields
- A list ofMappedInputFields
. EachMappedInputField
corresponds 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.
-
mappedInputFields
CreateSchemaMappingRequest.Builder mappedInputFields(Consumer<SchemaInputAttribute.Builder>... mappedInputFields) A list of
This is a convenience method that creates an instance of theMappedInputFields
. EachMappedInputField
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 viaSchemaInputAttribute.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomappedInputFields(List<SchemaInputAttribute>)
.- Parameters:
mappedInputFields
- a consumer that will call methods onSchemaInputAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSchemaMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateSchemaMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-