public static interface GetActivityTaskRequest.Builder extends SFNRequest.Builder, CopyableBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>
Modifier and Type | Method and Description |
---|---|
GetActivityTaskRequest.Builder |
activityArn(String activityArn)
The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task
using CreateActivity.)
|
GetActivityTaskRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetActivityTaskRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetActivityTaskRequest.Builder |
workerName(String workerName)
You can provide an arbitrary name in order to identify the worker that the task is assigned to.
|
build
requestOverrideConfig
copy
apply, build
GetActivityTaskRequest.Builder activityArn(String activityArn)
The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)
activityArn
- The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the
task using CreateActivity.)GetActivityTaskRequest.Builder workerName(String workerName)
You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.
workerName
- You can provide an arbitrary name in order to identify the worker that the task is assigned to. This
name is used when it is logged in the execution history.GetActivityTaskRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetActivityTaskRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.