Package io.camunda.client.api.command
Interface AssignMappingRuleToTenantCommandStep1
- All Known Implementing Classes:
AssignMappingRuleToTenantCommandImpl
public interface AssignMappingRuleToTenantCommandStep1
Command to assign a mapping rule to a tenant.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionmappingRuleId(String mappingRuleId) Sets the mapping rule id for the assignment.
-
Method Details
-
mappingRuleId
AssignMappingRuleToTenantCommandStep1.AssignMappingRuleToTenantCommandStep2 mappingRuleId(String mappingRuleId) Sets the mapping rule id for the assignment.- Parameters:
mappingRuleId- the id of the mapping rule- Returns:
- the builder for this command.
-