static MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.builder() |
|
MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.Builder.createdAt(Instant createdAt) |
The timestamp of when the workflow was created.
|
MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.Builder.resolutionType(String resolutionType) |
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.Builder.resolutionType(ResolutionType resolutionType) |
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.toBuilder() |
|
MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the workflow was last updated.
|
MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.Builder.workflowArn(String workflowArn) |
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow.
|
MatchingWorkflowSummary.Builder |
MatchingWorkflowSummary.Builder.workflowName(String workflowName) |
The name of the workflow.
|