Package io.camunda.client.api.command
Interface AssignMappingRuleToTenantCommandStep1.AssignMappingRuleToTenantCommandStep2
- All Known Implementing Classes:
AssignMappingRuleToTenantCommandImpl
- Enclosing interface:
AssignMappingRuleToTenantCommandStep1
public static interface AssignMappingRuleToTenantCommandStep1.AssignMappingRuleToTenantCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the tenant ID.
-
Method Details
-
tenantId
AssignMappingRuleToTenantCommandStep1.AssignMappingRuleToTenantCommandStep3 tenantId(String tenantId) Sets the tenant ID.- Parameters:
tenantId- the tenantId of the tenant- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-