public static interface NotifyWorkersRequest.Builder extends MTurkRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
NotifyWorkersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderNotifyWorkersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.