static StartImportTaskResponse.Builder |
StartImportTaskResponse.builder() |
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.format(String format) |
Specifies the format of Amazon S3 data to be imported.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.format(Format format) |
Specifies the format of Amazon S3 data to be imported.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.graphId(String graphId) |
The unique identifier of the Neptune Analytics graph.
|
default StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.importOptions(Consumer<ImportOptions.Builder> importOptions) |
Sets the value of the ImportOptions property for this object.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.importOptions(ImportOptions importOptions) |
Sets the value of the ImportOptions property for this object.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.roleArn(String roleArn) |
The ARN of the IAM role that will allow access to the data that is to be imported.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.source(String source) |
A URL identifying the location of the data to be imported.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.status(String status) |
The status of the import task.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.status(ImportTaskStatus status) |
The status of the import task.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.Builder.taskId(String taskId) |
The unique identifier of the import task.
|
StartImportTaskResponse.Builder |
StartImportTaskResponse.toBuilder() |
|