Interface ListDataIngestionJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDataIngestionJobsRequest.Builder,
,ListDataIngestionJobsRequest> LookoutEquipmentRequest.Builder
,SdkBuilder<ListDataIngestionJobsRequest.Builder,
,ListDataIngestionJobsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDataIngestionJobsRequest
public static interface ListDataIngestionJobsRequest.Builder
extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListDataIngestionJobsRequest.Builder,ListDataIngestionJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetName
(String datasetName) The name of the dataset being used for the data ingestion job.maxResults
(Integer maxResults) Specifies the maximum number of data ingestion jobs to list.An opaque pagination token indicating where to continue the listing of data ingestion jobs.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Indicates the status of the data ingestion job.status
(IngestionJobStatus status) Indicates the status of the data ingestion job.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
datasetName
The name of the dataset being used for the data ingestion job.
- Parameters:
datasetName
- The name of the dataset being used for the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
- Parameters:
nextToken
- An opaque pagination token indicating where to continue the listing of data ingestion jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specifies the maximum number of data ingestion jobs to list.
- Parameters:
maxResults
- Specifies the maximum number of data ingestion jobs to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Indicates the status of the data ingestion job.
- Parameters:
status
- Indicates the status of the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the data ingestion job.
- Parameters:
status
- Indicates the status of the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListDataIngestionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDataIngestionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-