Interface NotifyWorkersRequest.Builder

    • Method Detail

      • subject

        NotifyWorkersRequest.Builder subject​(String subject)

        The subject line of the email message to send. Can include up to 200 characters.

        Parameters:
        subject - The subject line of the email message to send. Can include up to 200 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageText

        NotifyWorkersRequest.Builder messageText​(String messageText)

        The text of the email message to send. Can include up to 4,096 characters

        Parameters:
        messageText - The text of the email message to send. Can include up to 4,096 characters
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workerIds

        NotifyWorkersRequest.Builder workerIds​(Collection<String> workerIds)

        A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.

        Parameters:
        workerIds - A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workerIds

        NotifyWorkersRequest.Builder workerIds​(String... workerIds)

        A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.

        Parameters:
        workerIds - A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.