Interface AssignMappingToTenantCommandStep1

All Superinterfaces:
FinalCommandStep<AssignMappingToTenantResponse>
All Known Implementing Classes:
AssignMappingToTenantCommandImpl

public interface AssignMappingToTenantCommandStep1 extends FinalCommandStep<AssignMappingToTenantResponse>
Command to assign a mapping to a tenant.
  • Method Details

    • mappingKey

      AssignMappingToTenantCommandStep1 mappingKey(long mappingKey)
      Sets the mapping key for the assignment.
      Parameters:
      mappingKey - the key of the mapping
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.