Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.StartDataIngestionJobResponse.Builder
-
Packages that use StartDataIngestionJobResponse.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of StartDataIngestionJobResponse.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return StartDataIngestionJobResponse.Builder Modifier and Type Method Description static StartDataIngestionJobResponse.BuilderStartDataIngestionJobResponse. builder()StartDataIngestionJobResponse.BuilderStartDataIngestionJobResponse.Builder. jobId(String jobId)Indicates the job ID of the data ingestion job.StartDataIngestionJobResponse.BuilderStartDataIngestionJobResponse.Builder. status(String status)Indicates the status of theStartDataIngestionJoboperation.StartDataIngestionJobResponse.BuilderStartDataIngestionJobResponse.Builder. status(IngestionJobStatus status)Indicates the status of theStartDataIngestionJoboperation.StartDataIngestionJobResponse.BuilderStartDataIngestionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type StartDataIngestionJobResponse.Builder Modifier and Type Method Description static Class<? extends StartDataIngestionJobResponse.Builder>StartDataIngestionJobResponse. serializableBuilderClass()
-