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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataIngestionJobsRequest.BuilderdatasetName(String datasetName)The name of the dataset being used for the data ingestion job.ListDataIngestionJobsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of data ingestion jobs to list.ListDataIngestionJobsRequest.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of data ingestion jobs.ListDataIngestionJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataIngestionJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataIngestionJobsRequest.Builderstatus(String status)Indicates the status of the data ingestion job.ListDataIngestionJobsRequest.Builderstatus(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 Detail
-
datasetName
ListDataIngestionJobsRequest.Builder datasetName(String 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
ListDataIngestionJobsRequest.Builder nextToken(String 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
ListDataIngestionJobsRequest.Builder maxResults(Integer 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
ListDataIngestionJobsRequest.Builder status(String 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:
IngestionJobStatus,IngestionJobStatus
-
status
ListDataIngestionJobsRequest.Builder status(IngestionJobStatus 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:
IngestionJobStatus,IngestionJobStatus
-
overrideConfiguration
ListDataIngestionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataIngestionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-