Uses of Class
io.camunda.zeebe.protocol.record.ImmutableRecord.Builder
Packages that use ImmutableRecord.Builder
-
Uses of ImmutableRecord.Builder in io.camunda.zeebe.protocol.record
Methods in io.camunda.zeebe.protocol.record that return ImmutableRecord.BuilderModifier and TypeMethodDescriptionstatic <T extends RecordValue>
ImmutableRecord.Builder<T> ImmutableRecord.builder()Creates a builder forImmutableRecord.ImmutableRecord.Builder.clear()Clear the builder to the initial state.final ImmutableRecord.Builder<T> Fill a builder with attribute values from the providedRecordinstance.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.putAllAuthorizations(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries toauthorizationsmap.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.putAuthorization(String key, Object value) Put one entry to theauthorizationsmap.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.putAuthorization(Map.Entry<String, ? extends Object> entry) Put one entry to theauthorizationsmap.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withAuthorizations(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theauthorizationsmap.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withBrokerVersion(String brokerVersion) Initializes the value for thebrokerVersionattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withIntent(Intent intent) Initializes the value for theintentattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withKey(long key) Initializes the value for thekeyattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withOperationReference(long operationReference) Initializes the value for theoperationReferenceattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withPartitionId(int partitionId) Initializes the value for thepartitionIdattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withPosition(long position) Initializes the value for thepositionattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withRecordType(RecordType recordType) Initializes the value for therecordTypeattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withRecordVersion(int recordVersion) Initializes the value for therecordVersionattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withRejectionReason(String rejectionReason) Initializes the value for therejectionReasonattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withRejectionType(RejectionType rejectionType) Initializes the value for therejectionTypeattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withSourceRecordPosition(long sourceRecordPosition) Initializes the value for thesourceRecordPositionattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withTimestamp(long timestamp) Initializes the value for thetimestampattribute.final ImmutableRecord.Builder<T> Initializes the value for thevalueattribute.final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withValueType(ValueType valueType) Initializes the value for thevalueTypeattribute.