Interface AssignMappingToGroupStep1

All Superinterfaces:
FinalCommandStep<AssignMappingToGroupResponse>
All Known Implementing Classes:
AssignMappingToGroupCommandImpl

public interface AssignMappingToGroupStep1 extends FinalCommandStep<AssignMappingToGroupResponse>
  • Method Details

    • mappingId

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