public static interface StartTableDataImportJobResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<StartTableDataImportJobResponse.Builder,StartTableDataImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartTableDataImportJobResponse.Builder |
jobId(String jobId)
The id that is assigned to this import job.
|
StartTableDataImportJobResponse.Builder |
jobStatus(String jobStatus)
The status of the import job immediately after submitting the request.
|
StartTableDataImportJobResponse.Builder |
jobStatus(TableDataImportJobStatus jobStatus)
The status of the import job immediately after submitting the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTableDataImportJobResponse.Builder jobId(String jobId)
The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
jobId - The id that is assigned to this import job. Future requests to find out the status of this import job
need to send this id in the appropriate parameter in the request.StartTableDataImportJobResponse.Builder jobStatus(String jobStatus)
The status of the import job immediately after submitting the request.
jobStatus - The status of the import job immediately after submitting the request.TableDataImportJobStatus,
TableDataImportJobStatusStartTableDataImportJobResponse.Builder jobStatus(TableDataImportJobStatus jobStatus)
The status of the import job immediately after submitting the request.
jobStatus - The status of the import job immediately after submitting the request.TableDataImportJobStatus,
TableDataImportJobStatusCopyright © 2020. All rights reserved.