public static interface CancelImportTaskResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CancelImportTaskResponse.Builder,CancelImportTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelImportTaskResponse.Builder |
importTaskId(String importTaskId)
The ID of the task being canceled.
|
CancelImportTaskResponse.Builder |
previousState(String previousState)
The current state of the task being canceled.
|
CancelImportTaskResponse.Builder |
state(String state)
The current state of the task being canceled.
|
copyapply, buildCancelImportTaskResponse.Builder importTaskId(String importTaskId)
The ID of the task being canceled.
importTaskId - The ID of the task being canceled.CancelImportTaskResponse.Builder previousState(String previousState)
The current state of the task being canceled.
previousState - The current state of the task being canceled.CancelImportTaskResponse.Builder state(String state)
The current state of the task being canceled.
state - The current state of the task being canceled.Copyright © 2017. All rights reserved.