Interface ListMatchingWorkflowsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMatchingWorkflowsResponse.Builder,ListMatchingWorkflowsResponse>,EntityResolutionResponse.Builder,SdkBuilder<ListMatchingWorkflowsResponse.Builder,ListMatchingWorkflowsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMatchingWorkflowsResponse
public static interface ListMatchingWorkflowsResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<ListMatchingWorkflowsResponse.Builder,ListMatchingWorkflowsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMatchingWorkflowsResponse.BuildernextToken(String nextToken)The pagination token from the previous API call.ListMatchingWorkflowsResponse.BuilderworkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.ListMatchingWorkflowsResponse.BuilderworkflowSummaries(Consumer<MatchingWorkflowSummary.Builder>... workflowSummaries)A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.ListMatchingWorkflowsResponse.BuilderworkflowSummaries(MatchingWorkflowSummary... workflowSummaries)A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListMatchingWorkflowsResponse.Builder nextToken(String 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.
-
workflowSummaries
ListMatchingWorkflowsResponse.Builder workflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.- Parameters:
workflowSummaries- A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowSummaries
ListMatchingWorkflowsResponse.Builder workflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of
MatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.- Parameters:
workflowSummaries- A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowSummaries
ListMatchingWorkflowsResponse.Builder workflowSummaries(Consumer<MatchingWorkflowSummary.Builder>... workflowSummaries)
A list of
This is a convenience method that creates an instance of theMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.MatchingWorkflowSummary.Builderavoiding the need to create one manually viaMatchingWorkflowSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#workflowSummaries(List.) - Parameters:
workflowSummaries- a consumer that will call methods onMatchingWorkflowSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#workflowSummaries(java.util.Collection)
-
-