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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyWorkersFailureStatus.BuildernotifyWorkersFailureCode(String notifyWorkersFailureCode)Encoded value for the failure type.NotifyWorkersFailureStatus.BuildernotifyWorkersFailureCode(NotifyWorkersFailureCode notifyWorkersFailureCode)Encoded value for the failure type.NotifyWorkersFailureStatus.BuildernotifyWorkersFailureMessage(String notifyWorkersFailureMessage)A message detailing the reason the Worker could not be notified.NotifyWorkersFailureStatus.BuilderworkerId(String workerId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
notifyWorkersFailureCode
NotifyWorkersFailureStatus.Builder notifyWorkersFailureCode(String 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,NotifyWorkersFailureCode
-
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:
NotifyWorkersFailureCode,NotifyWorkersFailureCode
-
notifyWorkersFailureMessage
NotifyWorkersFailureStatus.Builder notifyWorkersFailureMessage(String 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
NotifyWorkersFailureStatus.Builder workerId(String 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.
-
-