Package io.camunda.client.api.command
Interface CreateTenantCommandStep1
- All Superinterfaces:
FinalCommandStep<CreateTenantResponse>
- All Known Implementing Classes:
CreateTenantCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Set the description for the tenant to be created.Set the name for the tenant to be created.Set the tenant ID for the tenant to be created.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
tenantId
Set the tenant ID for the tenant to be created.- Parameters:
tenantId- the unique tenant ID- Returns:
- the builder for this command
-
name
Set the name for the tenant to be created.- Parameters:
name- the tenant name- Returns:
- the builder for this command
-
description
Set the description for the tenant to be created.
-