Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableIncidentRecordValue.Builder
Packages that use ImmutableIncidentRecordValue.Builder
-
Uses of ImmutableIncidentRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableIncidentRecordValue.BuilderModifier and TypeMethodDescriptionImmutableIncidentRecordValue.builder()Creates a builder forImmutableIncidentRecordValue.ImmutableIncidentRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableIncidentRecordValue.Builder.from(IncidentRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.IncidentRecordValueinstance.ImmutableIncidentRecordValue.Builder.from(ProcessInstanceRelated instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedinstance.ImmutableIncidentRecordValue.Builder.withBpmnProcessId(String bpmnProcessId) Initializes the value for thebpmnProcessIdattribute.ImmutableIncidentRecordValue.Builder.withElementId(String elementId) Initializes the value for theelementIdattribute.ImmutableIncidentRecordValue.Builder.withElementInstanceKey(long elementInstanceKey) Initializes the value for theelementInstanceKeyattribute.ImmutableIncidentRecordValue.Builder.withErrorMessage(String errorMessage) Initializes the value for theerrorMessageattribute.ImmutableIncidentRecordValue.Builder.withErrorType(ErrorType errorType) Initializes the value for theerrorTypeattribute.ImmutableIncidentRecordValue.Builder.withJobKey(long jobKey) Initializes the value for thejobKeyattribute.ImmutableIncidentRecordValue.Builder.withProcessDefinitionKey(long processDefinitionKey) Initializes the value for theprocessDefinitionKeyattribute.ImmutableIncidentRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableIncidentRecordValue.Builder.withVariableScopeKey(long variableScopeKey) Initializes the value for thevariableScopeKeyattribute.