Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ListIdMappingJobsRequest.Builder
-
Packages that use ListIdMappingJobsRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of ListIdMappingJobsRequest.Builder in software.amazon.awssdk.services.entityresolution
-
Uses of ListIdMappingJobsRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ListIdMappingJobsRequest.Builder Modifier and Type Method Description static ListIdMappingJobsRequest.BuilderListIdMappingJobsRequest. builder()ListIdMappingJobsRequest.BuilderListIdMappingJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListIdMappingJobsRequest.BuilderListIdMappingJobsRequest.Builder. nextToken(String nextToken)The pagination token from the previous API call.ListIdMappingJobsRequest.BuilderListIdMappingJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdMappingJobsRequest.BuilderListIdMappingJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIdMappingJobsRequest.BuilderListIdMappingJobsRequest. toBuilder()ListIdMappingJobsRequest.BuilderListIdMappingJobsRequest.Builder. workflowName(String workflowName)The name of the workflow to be retrieved.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ListIdMappingJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListIdMappingJobsRequest.Builder>ListIdMappingJobsRequest. serializableBuilderClass()
-