| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
static ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.builder() |
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.nextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.toBuilder() |
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(Consumer<MatchingWorkflowSummary.Builder>... workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMatchingWorkflowsResponse.Builder> |
ListMatchingWorkflowsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.