CopyableBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>
, SdkBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>
public static interface GetActivityTaskRequest.Builder extends CopyableBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>
Modifier and Type | Method | Description |
---|---|---|
GetActivityTaskRequest.Builder |
activityArn(String activityArn) |
The Amazon Resource Name (ARN) of the activity to retrieve tasks from.
|
GetActivityTaskRequest.Builder |
workerName(String workerName) |
An arbitrary name may be provided in order to identify the worker that the task is assigned to.
|
copy
apply, build
GetActivityTaskRequest.Builder activityArn(String activityArn)
The Amazon Resource Name (ARN) of the activity to retrieve tasks from.
activityArn
- The Amazon Resource Name (ARN) of the activity to retrieve tasks from.GetActivityTaskRequest.Builder workerName(String workerName)
An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.
workerName
- An arbitrary name may be provided in order to identify the worker that the task is assigned to. This
name will be used when it is logged in the execution history.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.