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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelTaskResponse.BuildertaskId(String taskId)The 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, 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 Detail
-
taskId
CancelTaskResponse.Builder taskId(String 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.
-
-