Interface ListMatchingJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMatchingJobsRequest.Builder,ListMatchingJobsRequest>,EntityResolutionRequest.Builder,SdkBuilder<ListMatchingJobsRequest.Builder,ListMatchingJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMatchingJobsRequest
public static interface ListMatchingJobsRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<ListMatchingJobsRequest.Builder,ListMatchingJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMatchingJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects returned per page.ListMatchingJobsRequest.BuildernextToken(String nextToken)The pagination token from the previous API call.ListMatchingJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMatchingJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMatchingJobsRequest.BuilderworkflowName(String workflowName)The name of the workflow to be retrieved.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListMatchingJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
- Parameters:
maxResults- The maximum number of objects returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMatchingJobsRequest.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.
-
workflowName
ListMatchingJobsRequest.Builder workflowName(String workflowName)
The name of the workflow to be retrieved.
- Parameters:
workflowName- The name of the workflow to be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMatchingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMatchingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-