public static interface NotifyWorkersFailureStatus.Builder extends CopyableBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>
Modifier and Type | Method and Description |
---|---|
NotifyWorkersFailureStatus.Builder |
notifyWorkersFailureCode(NotifyWorkersFailureCode notifyWorkersFailureCode)
Encoded value for the failure type.
|
NotifyWorkersFailureStatus.Builder |
notifyWorkersFailureCode(String notifyWorkersFailureCode)
Encoded value for the failure type.
|
NotifyWorkersFailureStatus.Builder |
notifyWorkersFailureMessage(String notifyWorkersFailureMessage)
A message detailing the reason the Worker could not be notified.
|
NotifyWorkersFailureStatus.Builder |
workerId(String workerId)
The ID of the Worker.
|
copy
applyMutation, build
NotifyWorkersFailureStatus.Builder notifyWorkersFailureCode(String notifyWorkersFailureCode)
Encoded value for the failure type.
notifyWorkersFailureCode
- Encoded value for the failure type.NotifyWorkersFailureCode
,
NotifyWorkersFailureCode
NotifyWorkersFailureStatus.Builder notifyWorkersFailureCode(NotifyWorkersFailureCode notifyWorkersFailureCode)
Encoded value for the failure type.
notifyWorkersFailureCode
- Encoded value for the failure type.NotifyWorkersFailureCode
,
NotifyWorkersFailureCode
NotifyWorkersFailureStatus.Builder notifyWorkersFailureMessage(String notifyWorkersFailureMessage)
A message detailing the reason the Worker could not be notified.
notifyWorkersFailureMessage
- A message detailing the reason the Worker could not be notified.NotifyWorkersFailureStatus.Builder workerId(String workerId)
The ID of the Worker.
workerId
- The ID of the Worker.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.