Interface ActivityStartedEventDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActivityStartedEventDetails.Builder,ActivityStartedEventDetails>,SdkBuilder<ActivityStartedEventDetails.Builder,ActivityStartedEventDetails>,SdkPojo
- Enclosing class:
- ActivityStartedEventDetails
public static interface ActivityStartedEventDetails.Builder extends SdkPojo, CopyableBuilder<ActivityStartedEventDetails.Builder,ActivityStartedEventDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityStartedEventDetails.BuilderworkerName(String workerName)The name of the worker that the task is assigned to.-
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
-
workerName
ActivityStartedEventDetails.Builder workerName(String workerName)
The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.
- Parameters:
workerName- The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-