| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateMatchingWorkflowResponse |
EntityResolutionClient.updateMatchingWorkflow(Consumer<UpdateMatchingWorkflowRequest.Builder> updateMatchingWorkflowRequest)
Updates an existing
MatchingWorkflow. |
default CompletableFuture<UpdateMatchingWorkflowResponse> |
EntityResolutionAsyncClient.updateMatchingWorkflow(Consumer<UpdateMatchingWorkflowRequest.Builder> updateMatchingWorkflowRequest)
Updates an existing
MatchingWorkflow. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.builder() |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.description(String description)
A description of the workflow.
|
default UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.inputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.outputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.toBuilder() |
UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.workflowName(String workflowName)
The name of the workflow to be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMatchingWorkflowRequest.Builder> |
UpdateMatchingWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.