Interface MatchingWorkflowSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>,SdkBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>,SdkPojo
- Enclosing class:
- MatchingWorkflowSummary
public static interface MatchingWorkflowSummary.Builder extends SdkPojo, CopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchingWorkflowSummary.BuildercreatedAt(Instant createdAt)The timestamp of when the workflow was created.MatchingWorkflowSummary.BuilderresolutionType(String resolutionType)The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.MatchingWorkflowSummary.BuilderresolutionType(ResolutionType resolutionType)The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.MatchingWorkflowSummary.BuilderupdatedAt(Instant updatedAt)The timestamp of when the workflow was last updated.MatchingWorkflowSummary.BuilderworkflowArn(String workflowArn)The ARN (Amazon Resource Name) that Entity Resolution generated for theMatchingWorkflow.MatchingWorkflowSummary.BuilderworkflowName(String workflowName)The name of the workflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createdAt
MatchingWorkflowSummary.Builder createdAt(Instant createdAt)
The timestamp of when the workflow was created.
- Parameters:
createdAt- The timestamp of when the workflow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolutionType
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.
- Parameters:
resolutionType- The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResolutionType,ResolutionType
-
resolutionType
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.
- Parameters:
resolutionType- The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResolutionType,ResolutionType
-
updatedAt
MatchingWorkflowSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
- Parameters:
updatedAt- The timestamp of when the workflow was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowArn
MatchingWorkflowSummary.Builder workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow.- Parameters:
workflowArn- The ARN (Amazon Resource Name) that Entity Resolution generated for theMatchingWorkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowName
MatchingWorkflowSummary.Builder workflowName(String workflowName)
The name of the workflow.
- Parameters:
workflowName- The name of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-