CopyableBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>, SdkBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>public static interface NotifyWorkersFailureStatus.Builder extends CopyableBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>
| Modifier and Type | Method | Description |
|---|---|---|
NotifyWorkersFailureStatus.Builder |
notifyWorkersFailureCode(String notifyWorkersFailureCode) |
Encoded value for the failure type.
|
NotifyWorkersFailureStatus.Builder |
notifyWorkersFailureCode(NotifyWorkersFailureCode 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.
|
copyapply, buildNotifyWorkersFailureStatus.Builder notifyWorkersFailureCode(String notifyWorkersFailureCode)
Encoded value for the failure type.
notifyWorkersFailureCode - Encoded value for the failure type.NotifyWorkersFailureCodeNotifyWorkersFailureStatus.Builder notifyWorkersFailureCode(NotifyWorkersFailureCode notifyWorkersFailureCode)
Encoded value for the failure type.
notifyWorkersFailureCode - Encoded value for the failure type.NotifyWorkersFailureCodeNotifyWorkersFailureStatus.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.