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