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