Interface SendTaskSuccessRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SendTaskSuccessRequest.Builder,,SendTaskSuccessRequest> SdkBuilder<SendTaskSuccessRequest.Builder,,SendTaskSuccessRequest> SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
- SendTaskSuccessRequest
@Mutable
@NotThreadSafe
public static interface SendTaskSuccessRequest.Builder
extends SfnRequest.Builder, SdkPojo, CopyableBuilder<SendTaskSuccessRequest.Builder,SendTaskSuccessRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe JSON output of the task.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The token that represents this task.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sfn.model.SfnRequest.Builder
build
-
Method Details
-
taskToken
The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.
- Parameters:
taskToken- The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
output
The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
- Parameters:
output- The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SendTaskSuccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SendTaskSuccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-