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