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)
Add an optional request override configuration.
|
NotifyWorkersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
NotifyWorkersRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.NotifyWorkersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.