Interface IdMappingWorkflowSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IdMappingWorkflowSummary.Builder,,- IdMappingWorkflowSummary> - SdkBuilder<IdMappingWorkflowSummary.Builder,,- IdMappingWorkflowSummary> - SdkPojo
- Enclosing class:
- IdMappingWorkflowSummary
@Mutable
@NotThreadSafe
public static interface IdMappingWorkflowSummary.Builder
extends SdkPojo, CopyableBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe timestamp of when the workflow was created.The timestamp of when the workflow was last updated.workflowArn(String workflowArn) The ARN (Amazon Resource Name) that Entity Resolution generated for theIdMappingWorkflow.workflowName(String workflowName) The name of the workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
workflowNameThe 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.
 
- 
workflowArnThe ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow.- Parameters:
- workflowArn- The ARN (Amazon Resource Name) that Entity Resolution generated for the- IdMappingWorkflow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
 
-