Interface ListIdMappingWorkflowsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListIdMappingWorkflowsResponse.Builder,
,ListIdMappingWorkflowsResponse> EntityResolutionResponse.Builder
,SdkBuilder<ListIdMappingWorkflowsResponse.Builder,
,ListIdMappingWorkflowsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIdMappingWorkflowsResponse
@Mutable
@NotThreadSafe
public static interface ListIdMappingWorkflowsResponse.Builder
extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<ListIdMappingWorkflowsResponse.Builder,ListIdMappingWorkflowsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token from the previous API call.workflowSummaries
(Collection<IdMappingWorkflowSummary> workflowSummaries) A list ofIdMappingWorkflowSummary
objects.workflowSummaries
(Consumer<IdMappingWorkflowSummary.Builder>... workflowSummaries) A list ofIdMappingWorkflowSummary
objects.workflowSummaries
(IdMappingWorkflowSummary... workflowSummaries) A list ofIdMappingWorkflowSummary
objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
workflowSummaries
ListIdMappingWorkflowsResponse.Builder workflowSummaries(Collection<IdMappingWorkflowSummary> workflowSummaries) A list of
IdMappingWorkflowSummary
objects.- Parameters:
workflowSummaries
- A list ofIdMappingWorkflowSummary
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowSummaries
ListIdMappingWorkflowsResponse.Builder workflowSummaries(IdMappingWorkflowSummary... workflowSummaries) A list of
IdMappingWorkflowSummary
objects.- Parameters:
workflowSummaries
- A list ofIdMappingWorkflowSummary
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowSummaries
ListIdMappingWorkflowsResponse.Builder workflowSummaries(Consumer<IdMappingWorkflowSummary.Builder>... workflowSummaries) A list of
This is a convenience method that creates an instance of theIdMappingWorkflowSummary
objects.IdMappingWorkflowSummary.Builder
avoiding the need to create one manually viaIdMappingWorkflowSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworkflowSummaries(List<IdMappingWorkflowSummary>)
.- Parameters:
workflowSummaries
- a consumer that will call methods onIdMappingWorkflowSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token from the previous API call.
- Parameters:
nextToken
- The pagination token from the previous API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-