static CancelImportTaskResponse.Builder |
CancelImportTaskResponse.builder() |
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.format(String format) |
Specifies the format of S3 data to be imported.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.format(Format format) |
Specifies the format of S3 data to be imported.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.graphId(String graphId) |
The unique identifier of the Neptune Analytics graph.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.roleArn(String roleArn) |
The ARN of the IAM role that will allow access to the data that is to be imported.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.source(String source) |
A URL identifying to the location of the data to be imported.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.status(String status) |
Current status of the task.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.status(ImportTaskStatus status) |
Current status of the task.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.Builder.taskId(String taskId) |
The unique identifier of the import task.
|
CancelImportTaskResponse.Builder |
CancelImportTaskResponse.toBuilder() |
|