public static interface ListDataIngestionJobsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListDataIngestionJobsRequest.Builder,ListDataIngestionJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataIngestionJobsRequest.Builder |
datasetName(String datasetName)
The name of the dataset being used for the data ingestion job.
|
ListDataIngestionJobsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of data ingestion jobs to list.
|
ListDataIngestionJobsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
|
ListDataIngestionJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataIngestionJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataIngestionJobsRequest.Builder |
status(IngestionJobStatus status)
Indicates the status of the data ingestion job.
|
ListDataIngestionJobsRequest.Builder |
status(String status)
Indicates the status of the data ingestion job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataIngestionJobsRequest.Builder datasetName(String datasetName)
The name of the dataset being used for the data ingestion job.
datasetName - The name of the dataset being used for the data ingestion job.ListDataIngestionJobsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
nextToken - An opaque pagination token indicating where to continue the listing of data ingestion jobs.ListDataIngestionJobsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of data ingestion jobs to list.
maxResults - Specifies the maximum number of data ingestion jobs to list.ListDataIngestionJobsRequest.Builder status(String status)
Indicates the status of the data ingestion job.
status - Indicates the status of the data ingestion job.IngestionJobStatus,
IngestionJobStatusListDataIngestionJobsRequest.Builder status(IngestionJobStatus status)
Indicates the status of the data ingestion job.
status - Indicates the status of the data ingestion job.IngestionJobStatus,
IngestionJobStatusListDataIngestionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataIngestionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.