public static interface ListMatchingJobsRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<ListMatchingJobsRequest.Builder,ListMatchingJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMatchingJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListMatchingJobsRequest.Builder |
nextToken(String nextToken)
The pagination token from the previous API call.
|
ListMatchingJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMatchingJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMatchingJobsRequest.Builder |
workflowName(String workflowName)
The name of the workflow to be retrieved.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMatchingJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.ListMatchingJobsRequest.Builder nextToken(String nextToken)
The pagination token from the previous API call.
nextToken - The pagination token from the previous API call.ListMatchingJobsRequest.Builder workflowName(String workflowName)
The name of the workflow to be retrieved.
workflowName - The name of the workflow to be retrieved.ListMatchingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMatchingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.