public static interface StartDataIngestionJobResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<StartDataIngestionJobResponse.Builder,StartDataIngestionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartDataIngestionJobResponse.Builder |
jobId(String jobId)
Indicates the job ID of the data ingestion job.
|
StartDataIngestionJobResponse.Builder |
status(IngestionJobStatus status)
Indicates the status of the
StartDataIngestionJob operation. |
StartDataIngestionJobResponse.Builder |
status(String status)
Indicates the status of the
StartDataIngestionJob operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDataIngestionJobResponse.Builder jobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId - Indicates the job ID of the data ingestion job.StartDataIngestionJobResponse.Builder status(String status)
Indicates the status of the StartDataIngestionJob operation.
status - Indicates the status of the StartDataIngestionJob operation.IngestionJobStatus,
IngestionJobStatusStartDataIngestionJobResponse.Builder status(IngestionJobStatus status)
Indicates the status of the StartDataIngestionJob operation.
status - Indicates the status of the StartDataIngestionJob operation.IngestionJobStatus,
IngestionJobStatusCopyright © 2022. All rights reserved.