Interface CancelTaskResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CancelTaskResponse.Builder,,CancelTaskResponse> SdkBuilder<CancelTaskResponse.Builder,,CancelTaskResponse> SdkPojo,SdkResponse.Builder,SnowDeviceManagementResponse.Builder
- Enclosing class:
 CancelTaskResponse
public static interface CancelTaskResponse.Builder
extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<CancelTaskResponse.Builder,CancelTaskResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the task that you are attempting to cancel.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.snowdevicemanagement.model.SnowDeviceManagementResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
taskId
The ID of the task that you are attempting to cancel.
- Parameters:
 taskId- The ID of the task that you are attempting to cancel.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -