Interface ListIdMappingJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIdMappingJobsRequest.Builder,ListIdMappingJobsRequest>,EntityResolutionRequest.Builder,SdkBuilder<ListIdMappingJobsRequest.Builder,ListIdMappingJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIdMappingJobsRequest
public static interface ListIdMappingJobsRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<ListIdMappingJobsRequest.Builder,ListIdMappingJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdMappingJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects returned per page.ListIdMappingJobsRequest.BuildernextToken(String nextToken)The pagination token from the previous API call.ListIdMappingJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdMappingJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIdMappingJobsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListIdMappingJobsRequest.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
ListIdMappingJobsRequest.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
ListIdMappingJobsRequest.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
ListIdMappingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIdMappingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-