Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.IngestionJobSummary.Builder
Packages that use IngestionJobSummary.Builder
-
Uses of IngestionJobSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobSummary.BuilderModifier and TypeMethodDescriptionstatic IngestionJobSummary.BuilderIngestionJobSummary.builder()IngestionJobSummary.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source for the data ingestion job.IngestionJobSummary.Builder.description(String description) The description of the data ingestion job.IngestionJobSummary.Builder.ingestionJobId(String ingestionJobId) The unique identifier of the data ingestion job.IngestionJobSummary.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base for the data ingestion job.The time the data ingestion job started.default IngestionJobSummary.BuilderIngestionJobSummary.Builder.statistics(Consumer<IngestionJobStatistics.Builder> statistics) Contains statistics for the data ingestion job.IngestionJobSummary.Builder.statistics(IngestionJobStatistics statistics) Contains statistics for the data ingestion job.The status of the data ingestion job.IngestionJobSummary.Builder.status(IngestionJobStatus status) The status of the data ingestion job.IngestionJobSummary.toBuilder()The time the data ingestion job was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IngestionJobSummary.Builder>IngestionJobSummary.serializableBuilderClass()