Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.IngestionJob.Builder
Packages that use IngestionJob.Builder
-
Uses of IngestionJob.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJob.BuilderModifier and TypeMethodDescriptionstatic IngestionJob.BuilderIngestionJob.builder()IngestionJob.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source for the data ingestion job.IngestionJob.Builder.description(String description) The description of the data ingestion job.IngestionJob.Builder.failureReasons(String... failureReasons) A list of reasons that the data ingestion job failed.IngestionJob.Builder.failureReasons(Collection<String> failureReasons) A list of reasons that the data ingestion job failed.IngestionJob.Builder.ingestionJobId(String ingestionJobId) The unique identifier of the data ingestion job.IngestionJob.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge for the data ingestion job.The time the data ingestion job started.default IngestionJob.BuilderIngestionJob.Builder.statistics(Consumer<IngestionJobStatistics.Builder> statistics) Contains statistics about the data ingestion job.IngestionJob.Builder.statistics(IngestionJobStatistics statistics) Contains statistics about the data ingestion job.The status of the data ingestion job.IngestionJob.Builder.status(IngestionJobStatus status) The status of the data ingestion job.IngestionJob.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 IngestionJob.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IngestionJob.Builder>IngestionJob.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IngestionJob.BuilderModifier and TypeMethodDescriptiondefault GetIngestionJobResponse.BuilderGetIngestionJobResponse.Builder.ingestionJob(Consumer<IngestionJob.Builder> ingestionJob) Contains details about the data ingestion job.StartIngestionJobResponse.Builder.ingestionJob(Consumer<IngestionJob.Builder> ingestionJob) Contains information about the data ingestion job.default StopIngestionJobResponse.BuilderStopIngestionJobResponse.Builder.ingestionJob(Consumer<IngestionJob.Builder> ingestionJob) Contains information about the stopped data ingestion job.