public static interface StartMessageMoveTaskResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<StartMessageMoveTaskResponse.Builder,StartMessageMoveTaskResponse>
Modifier and Type | Method and Description |
---|---|
StartMessageMoveTaskResponse.Builder |
taskHandle(String taskHandle)
An identifier associated with a message movement task.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartMessageMoveTaskResponse.Builder taskHandle(String taskHandle)
An identifier associated with a message movement task. You can use this identifier to cancel a specified
message movement task using the CancelMessageMoveTask
action.
taskHandle
- An identifier associated with a message movement task. You can use this identifier to cancel a
specified message movement task using the CancelMessageMoveTask
action.Copyright © 2023. All rights reserved.