Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest.Builder
-
Packages that use ListDataIngestionJobsRequest.Builder Package Description software.amazon.awssdk.services.lookoutequipment Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance.software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of ListDataIngestionJobsRequest.Builder in software.amazon.awssdk.services.lookoutequipment
Method parameters in software.amazon.awssdk.services.lookoutequipment with type arguments of type ListDataIngestionJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDataIngestionJobsResponse>LookoutEquipmentAsyncClient. listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.default ListDataIngestionJobsResponseLookoutEquipmentClient. listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.default ListDataIngestionJobsPublisherLookoutEquipmentAsyncClient. listDataIngestionJobsPaginator(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)default ListDataIngestionJobsIterableLookoutEquipmentClient. listDataIngestionJobsPaginator(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest) -
Uses of ListDataIngestionJobsRequest.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ListDataIngestionJobsRequest.Builder Modifier and Type Method Description static ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest. builder()ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. datasetName(String datasetName)The name of the dataset being used for the data ingestion job.ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. maxResults(Integer maxResults)Specifies the maximum number of data ingestion jobs to list.ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. nextToken(String nextToken)An opaque pagination token indicating where to continue the listing of data ingestion jobs.ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. status(String status)Indicates the status of the data ingestion job.ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest.Builder. status(IngestionJobStatus status)Indicates the status of the data ingestion job.ListDataIngestionJobsRequest.BuilderListDataIngestionJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type ListDataIngestionJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListDataIngestionJobsRequest.Builder>ListDataIngestionJobsRequest. serializableBuilderClass()
-