Interface CreateTenantCommandStep1

All Superinterfaces:
FinalCommandStep<CreateTenantResponse>
All Known Implementing Classes:
CreateTenantCommandImpl

public interface CreateTenantCommandStep1 extends FinalCommandStep<CreateTenantResponse>
  • Method Details

    • tenantId

      CreateTenantCommandStep1 tenantId(String 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

      CreateTenantCommandStep1 description(String description)
      Set the description for the tenant to be created.