Interface CancelTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CancelTaskResponse.Builder,
,CancelTaskResponse> SdkBuilder<CancelTaskResponse.Builder,
,CancelTaskResponse> SdkPojo
,SdkResponse.Builder
,SnowDeviceManagementResponse.Builder
- Enclosing class:
CancelTaskResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods 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.
-