public static interface NotifyWorkersRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
| Modifier and Type | Method and Description |
|---|---|
NotifyWorkersRequest.Builder |
messageText(String messageText)
The text of the email message to send.
|
NotifyWorkersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
NotifyWorkersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
NotifyWorkersRequest.Builder |
subject(String subject)
The subject line of the email message to send.
|
NotifyWorkersRequest.Builder |
workerIds(Collection<String> workerIds)
A list of Worker IDs you wish to notify.
|
NotifyWorkersRequest.Builder |
workerIds(String... workerIds)
A list of Worker IDs you wish to notify.
|
buildrequestOverrideConfigcopyapply, buildNotifyWorkersRequest.Builder subject(String subject)
The subject line of the email message to send. Can include up to 200 characters.
subject - The subject line of the email message to send. Can include up to 200 characters.NotifyWorkersRequest.Builder messageText(String messageText)
The text of the email message to send. Can include up to 4,096 characters
messageText - The text of the email message to send. Can include up to 4,096 charactersNotifyWorkersRequest.Builder workerIds(Collection<String> workerIds)
A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.
workerIds - A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.NotifyWorkersRequest.Builder workerIds(String... workerIds)
A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.
workerIds - A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.NotifyWorkersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.NotifyWorkersRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.