Interface IngestionJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IngestionJobSummary.Builder,,IngestionJobSummary> SdkBuilder<IngestionJobSummary.Builder,,IngestionJobSummary> SdkPojo
- Enclosing class:
IngestionJobSummary
public static interface IngestionJobSummary.Builder
extends SdkPojo, CopyableBuilder<IngestionJobSummary.Builder,IngestionJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondataSourceId(String dataSourceId) The unique identifier of the data source for the data ingestion job.description(String description) The description of the data ingestion job.ingestionJobId(String ingestionJobId) The unique identifier of the data ingestion job.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base for the data ingestion job.The time the data ingestion job started.default IngestionJobSummary.Builderstatistics(Consumer<IngestionJobStatistics.Builder> statistics) Contains statistics for the data ingestion job.statistics(IngestionJobStatistics statistics) Contains statistics for the data ingestion job.The status of the data ingestion job.status(IngestionJobStatus status) The status of the data ingestion job.The time the data ingestion job was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dataSourceId
The unique identifier of the data source for the data ingestion job.
- Parameters:
dataSourceId- The unique identifier of the data source for the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the data ingestion job.
- Parameters:
description- The description of the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionJobId
The unique identifier of the data ingestion job.
- Parameters:
ingestionJobId- The unique identifier of the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
The unique identifier of the knowledge base for the data ingestion job.
- Parameters:
knowledgeBaseId- The unique identifier of the knowledge base for the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The time the data ingestion job started.
- Parameters:
startedAt- The time the data ingestion job started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statistics
Contains statistics for the data ingestion job.
- Parameters:
statistics- Contains statistics for the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statistics
Contains statistics for the data ingestion job.
This is a convenience method that creates an instance of theIngestionJobStatistics.Builderavoiding the need to create one manually viaIngestionJobStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatistics(IngestionJobStatistics).- Parameters:
statistics- a consumer that will call methods onIngestionJobStatistics.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the data ingestion job.
- Parameters:
status- 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
The status of the data ingestion job.
- Parameters:
status- The status of the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time the data ingestion job was last updated.
- Parameters:
updatedAt- The time the data ingestion job was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-