Interface NotifyWorkersResponse.Builder

    • Method Detail

      • notifyWorkersFailureStatuses

        NotifyWorkersResponse.Builder notifyWorkersFailureStatuses​(Collection<NotifyWorkersFailureStatus> notifyWorkersFailureStatuses)

        When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.

        Parameters:
        notifyWorkersFailureStatuses - When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notifyWorkersFailureStatuses

        NotifyWorkersResponse.Builder notifyWorkersFailureStatuses​(NotifyWorkersFailureStatus... notifyWorkersFailureStatuses)

        When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.

        Parameters:
        notifyWorkersFailureStatuses - When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.