Interface UnassignMappingFromGroupStep1

All Superinterfaces:
FinalCommandStep<UnassignMappingFromGroupResponse>
All Known Implementing Classes:
UnassignMappingFromGroupCommandImpl

public interface UnassignMappingFromGroupStep1 extends FinalCommandStep<UnassignMappingFromGroupResponse>
  • Method Details

    • mappingId

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