public static interface MatchingWorkflowSummary.Builder extends SdkPojo, CopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>
| Modifier and Type | Method and Description |
|---|---|
MatchingWorkflowSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when the workflow was created.
|
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 |
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 |
updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
|
MatchingWorkflowSummary.Builder |
workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
MatchingWorkflowSummary.Builder |
workflowName(String workflowName)
The name of the workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatchingWorkflowSummary.Builder createdAt(Instant createdAt)
The timestamp of when the workflow was created.
createdAt - The timestamp of when the workflow was created.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.
resolutionType - The method that has been specified for data matching, either using matching provided by Entity
Resolution or through a provider service.ResolutionType,
ResolutionTypeMatchingWorkflowSummary.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.
resolutionType - The method that has been specified for data matching, either using matching provided by Entity
Resolution or through a provider service.ResolutionType,
ResolutionTypeMatchingWorkflowSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
updatedAt - The timestamp of when the workflow was last updated.MatchingWorkflowSummary.Builder workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow.
workflowArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow.MatchingWorkflowSummary.Builder workflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.Copyright © 2023. All rights reserved.