Interface RecordActivityTaskHeartbeatRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<RecordActivityTaskHeartbeatRequest.Builder,,- RecordActivityTaskHeartbeatRequest> - SdkBuilder<RecordActivityTaskHeartbeatRequest.Builder,,- RecordActivityTaskHeartbeatRequest> - SdkPojo,- SdkRequest.Builder,- SwfRequest.Builder
- Enclosing class:
- RecordActivityTaskHeartbeatRequest
@Mutable
@NotThreadSafe
public static interface RecordActivityTaskHeartbeatRequest.Builder
extends SwfRequest.Builder, SdkPojo, CopyableBuilder<RecordActivityTaskHeartbeatRequest.Builder,RecordActivityTaskHeartbeatRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionIf specified, contains details about the progress of the task.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ThetaskTokenof the ActivityTask.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builderbuild
- 
Method Details- 
taskTokenThe taskTokenof the ActivityTask.taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, itstaskTokenmust also be passed. This enables it to provide its progress and respond with results.- Parameters:
- taskToken- The- taskTokenof the ActivityTask.- taskTokenis generated by the service and should be treated as an opaque value. If the task is passed to another process, its- taskTokenmust also be passed. This enables it to provide its progress and respond with results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detailsIf specified, contains details about the progress of the task. - Parameters:
- details- If specified, contains details about the progress of the task.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationRecordActivityTaskHeartbeatRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationRecordActivityTaskHeartbeatRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-