public static interface GetActivityTaskRequest.Builder extends SfnRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetActivityTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetActivityTaskRequest.Builder |
workerName(String workerName)
You can provide an arbitrary name in order to identify the worker that the task is assigned to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetActivityTaskRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetActivityTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.