Interface NotifyWorkersFailureStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NotifyWorkersFailureStatus.Builder,
,NotifyWorkersFailureStatus> SdkBuilder<NotifyWorkersFailureStatus.Builder,
,NotifyWorkersFailureStatus> SdkPojo
- Enclosing class:
NotifyWorkersFailureStatus
public static interface NotifyWorkersFailureStatus.Builder
extends SdkPojo, CopyableBuilder<NotifyWorkersFailureStatus.Builder,NotifyWorkersFailureStatus>
-
Method Summary
Modifier and TypeMethodDescriptionnotifyWorkersFailureCode
(String notifyWorkersFailureCode) Encoded value for the failure type.notifyWorkersFailureCode
(NotifyWorkersFailureCode notifyWorkersFailureCode) Encoded value for the failure type.notifyWorkersFailureMessage
(String notifyWorkersFailureMessage) A message detailing the reason the Worker could not be notified.The ID of the Worker.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
notifyWorkersFailureCode
Encoded value for the failure type.
- Parameters:
notifyWorkersFailureCode
- Encoded value for the failure type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notifyWorkersFailureCode
NotifyWorkersFailureStatus.Builder notifyWorkersFailureCode(NotifyWorkersFailureCode notifyWorkersFailureCode) Encoded value for the failure type.
- Parameters:
notifyWorkersFailureCode
- Encoded value for the failure type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notifyWorkersFailureMessage
A message detailing the reason the Worker could not be notified.
- Parameters:
notifyWorkersFailureMessage
- A message detailing the reason the Worker could not be notified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workerId
The ID of the Worker.
- Parameters:
workerId
- The ID of the Worker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-