public static interface CreateBulkImportJobResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateBulkImportJobResponse.Builder,CreateBulkImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBulkImportJobResponse.Builder |
jobId(String jobId)
The ID of the job.
|
CreateBulkImportJobResponse.Builder |
jobName(String jobName)
The unique name that helps identify the job request.
|
CreateBulkImportJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the bulk import job can be one of following values.
|
CreateBulkImportJobResponse.Builder |
jobStatus(String jobStatus)
The status of the bulk import job can be one of following values.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBulkImportJobResponse.Builder jobId(String jobId)
The ID of the job.
jobId - The ID of the job.CreateBulkImportJobResponse.Builder jobName(String jobName)
The unique name that helps identify the job request.
jobName - The unique name that helps identify the job request.CreateBulkImportJobResponse.Builder jobStatus(String jobStatus)
The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You can use
logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon S3 with
errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
jobStatus - The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon
S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You
can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon
S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to
troubleshoot issues.
JobStatus,
JobStatusCreateBulkImportJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You can use
logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon S3 with
errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
jobStatus - The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon
S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You
can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon
S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to
troubleshoot issues.
JobStatus,
JobStatusCopyright © 2023. All rights reserved.