Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableJobBatchRecordValue.Builder
Packages that use ImmutableJobBatchRecordValue.Builder
-
Uses of ImmutableJobBatchRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableJobBatchRecordValue.BuilderModifier and TypeMethodDescriptionImmutableJobBatchRecordValue.Builder.addAllJobBuilders(ImmutableJobRecordValue.Builder... elements) Adds elements tojobslist.ImmutableJobBatchRecordValue.Builder.addAllJobBuilders(Iterable<ImmutableJobRecordValue.Builder> elements) Adds elements tojobslist.ImmutableJobBatchRecordValue.Builder.addAllJobKeys(Iterable<? extends Long> elements) Adds elements tojobKeyslist.ImmutableJobBatchRecordValue.Builder.addAllJobs(Iterable<? extends JobRecordValue> elements) Adds elements tojobslist.ImmutableJobBatchRecordValue.Builder.addJob(JobRecordValue element) Adds one element tojobslist.Adds one element tojobKeyslist.ImmutableJobBatchRecordValue.Builder.addJobKeys(Long... elements) Adds elements tojobKeyslist.ImmutableJobBatchRecordValue.Builder.addJobs(JobRecordValue... elements) Adds elements tojobslist.ImmutableJobBatchRecordValue.builder()Creates a builder forImmutableJobBatchRecordValue.ImmutableJobBatchRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableJobBatchRecordValue.Builder.from(JobBatchRecordValue instance) Fill a builder with attribute values from the providedJobBatchRecordValueinstance.ImmutableJobBatchRecordValue.Builder.withJobKeys(Iterable<? extends Long> elements) Sets or replaces all elements forjobKeyslist.ImmutableJobBatchRecordValue.Builder.withJobs(Iterable<? extends JobRecordValue> elements) Sets or replaces all elements forjobslist.ImmutableJobBatchRecordValue.Builder.withMaxJobsToActivate(int maxJobsToActivate) Initializes the value for themaxJobsToActivateattribute.ImmutableJobBatchRecordValue.Builder.withTimeout(long timeout) Initializes the value for thetimeoutattribute.ImmutableJobBatchRecordValue.Builder.withTruncated(boolean truncated) Initializes the value for thetruncatedattribute.Initializes the value for thetypeattribute.ImmutableJobBatchRecordValue.Builder.withWorker(String worker) Initializes the value for theworkerattribute.