public static interface IdMappingWorkflowSummary.Builder extends SdkPojo, CopyableBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary>
| Modifier and Type | Method and Description |
|---|---|
IdMappingWorkflowSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when the workflow was created.
|
IdMappingWorkflowSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
|
IdMappingWorkflowSummary.Builder |
workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IdMappingWorkflow. |
IdMappingWorkflowSummary.Builder |
workflowName(String workflowName)
The name of the workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdMappingWorkflowSummary.Builder createdAt(Instant createdAt)
The timestamp of when the workflow was created.
createdAt - The timestamp of when the workflow was created.IdMappingWorkflowSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
updatedAt - The timestamp of when the workflow was last updated.IdMappingWorkflowSummary.Builder workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow.
workflowArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow
.IdMappingWorkflowSummary.Builder workflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.Copyright © 2023. All rights reserved.