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

    • mappingId

      Sets the mapping id for the assignment. Sets the mapping ID for the assignment.
      Parameters:
      mappingId - the id of the mapping
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.