public static interface ActivityStartedEventDetails.Builder extends CopyableBuilder<ActivityStartedEventDetails.Builder,ActivityStartedEventDetails>
| Modifier and Type | Method and Description |
|---|---|
ActivityStartedEventDetails.Builder |
workerName(String workerName)
The name of the worker that the task is assigned to.
|
copyapply, buildActivityStartedEventDetails.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.
workerName - The name of the worker that the task is assigned to. These names are provided by the workers when
calling GetActivityTask.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.