Interface IdMappingWorkflowSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary>,SdkBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary>,SdkPojo
- Enclosing class:
- IdMappingWorkflowSummary
public static interface IdMappingWorkflowSummary.Builder extends SdkPojo, CopyableBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMappingWorkflowSummary.BuildercreatedAt(Instant createdAt)The timestamp of when the workflow was created.IdMappingWorkflowSummary.BuilderupdatedAt(Instant updatedAt)The timestamp of when the workflow was last updated.IdMappingWorkflowSummary.BuilderworkflowArn(String workflowArn)The ARN (Amazon Resource Name) that Entity Resolution generated for theIdMappingWorkflow.IdMappingWorkflowSummary.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
createdAt
IdMappingWorkflowSummary.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.
-
updatedAt
IdMappingWorkflowSummary.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
IdMappingWorkflowSummary.Builder workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IdMappingWorkflow.- Parameters:
workflowArn- The ARN (Amazon Resource Name) that Entity Resolution generated for theIdMappingWorkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowName
IdMappingWorkflowSummary.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.
-
-