Interface StartMessageMoveTaskResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartMessageMoveTaskResponse.Builder,,StartMessageMoveTaskResponse> SdkBuilder<StartMessageMoveTaskResponse.Builder,,StartMessageMoveTaskResponse> SdkPojo,SdkResponse.Builder,SqsResponse.Builder
- Enclosing class:
 StartMessageMoveTaskResponse
public static interface StartMessageMoveTaskResponse.Builder
extends SqsResponse.Builder, SdkPojo, CopyableBuilder<StartMessageMoveTaskResponse.Builder,StartMessageMoveTaskResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiontaskHandle(String taskHandle) An identifier associated with a message movement task.Methods 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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
taskHandle
An identifier associated with a message movement task. You can use this identifier to cancel a specified message movement task using the
CancelMessageMoveTaskaction.- Parameters:
 taskHandle- An identifier associated with a message movement task. You can use this identifier to cancel a specified message movement task using theCancelMessageMoveTaskaction.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -