| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.builder() |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.description(String description)
A description of the workflow.
|
default CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.inputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.outputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
default CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.toBuilder() |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.workflowName(String workflowName)
The name of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMatchingWorkflowResponse.Builder> |
CreateMatchingWorkflowResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.