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