public static interface ListMatchingWorkflowsResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<ListMatchingWorkflowsResponse.Builder,ListMatchingWorkflowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMatchingWorkflowsResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
ListMatchingWorkflowsResponse.Builder |
workflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
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 |
workflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMatchingWorkflowsResponse.Builder nextToken(String nextToken)
The pagination token from the previous ListSchemaMappings API call.
nextToken - The pagination token from the previous ListSchemaMappings API call.ListMatchingWorkflowsResponse.Builder workflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
workflowSummaries - A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and
UpdatedAt.ListMatchingWorkflowsResponse.Builder workflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
workflowSummaries - A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and
UpdatedAt.ListMatchingWorkflowsResponse.Builder workflowSummaries(Consumer<MatchingWorkflowSummary.Builder>... workflowSummaries)
A list of MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
MatchingWorkflowSummary.Builder avoiding the
need to create one manually via
MatchingWorkflowSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #workflowSummaries(List.
workflowSummaries - a consumer that will call methods on
MatchingWorkflowSummary.Builder#workflowSummaries(java.util.Collection) Copyright © 2023. All rights reserved.