Interface GetActivityTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>,SdkBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>,SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
- GetActivityTaskRequest
public static interface GetActivityTaskRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<GetActivityTaskRequest.Builder,GetActivityTaskRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetActivityTaskRequest.BuilderactivityArn(String activityArn)The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)GetActivityTaskRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetActivityTaskRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetActivityTaskRequest.BuilderworkerName(String workerName)You can provide an arbitrary name in order to identify the worker that the task is assigned to.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sfn.model.SfnRequest.Builder
build
-
-
-
-
Method Detail
-
activityArn
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.)
- Parameters:
activityArn- The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workerName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetActivityTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetActivityTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-