Interface NotifyWorkersRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>, MTurkRequest.Builder, SdkBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
NotifyWorkersRequest

public static interface NotifyWorkersRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
  • Method Details

    • 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

      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.
    • overrideConfiguration

      NotifyWorkersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.