CopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
, SdkBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
public static interface NotifyWorkersRequest.Builder extends CopyableBuilder<NotifyWorkersRequest.Builder,NotifyWorkersRequest>
Modifier and Type | Method | Description |
---|---|---|
NotifyWorkersRequest.Builder |
messageText(String messageText) |
The text of the email message to send.
|
NotifyWorkersRequest.Builder |
subject(String subject) |
The subject line of the email message to send.
|
NotifyWorkersRequest.Builder |
workerIds(String... workerIds) |
A list of Worker IDs you wish to notify.
|
NotifyWorkersRequest.Builder |
workerIds(Collection<String> workerIds) |
A list of Worker IDs you wish to notify.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setWorkerIds(java.util.Collection)
or #withWorkerIds(java.util.Collection)
if you want to
override the existing values.
workerIds
- A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.