Uses of Class
software.amazon.lambda.durable.config.MapConfig.Builder
Packages that use MapConfig.Builder
-
Uses of MapConfig.Builder in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return MapConfig.BuilderModifier and TypeMethodDescriptionstatic MapConfig.BuilderMapConfig.builder()MapConfig.Builder.completionConfig(CompletionConfig completionConfig) Sets the completion criteria for the map operation.MapConfig.Builder.itemNamer(Class<I> itemType, BiFunction<? super I, Integer, String> itemNamer) Sets a function that names each nested map iteration, typed to the map's item class.MapConfig.Builder.itemNamer(BiFunction<Object, Integer, String> itemNamer) Sets a function that names each nested map iteration.MapConfig.Builder.maxConcurrency(Integer maxConcurrency) MapConfig.Builder.nestingType(NestingType nestingType) Sets the nesting type for the map operation.Sets the custom serializer to use for serializing map items and results.MapConfig.toBuilder()