| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobSummary |
IngestionJobSummary.clone() |
IngestionJobSummary |
IngestionJobSummary.withDataSourceId(String dataSourceId)
The unique identifier of the data source in the ingestion job.
|
IngestionJobSummary |
IngestionJobSummary.withDescription(String description)
The description of the ingestion job.
|
IngestionJobSummary |
IngestionJobSummary.withIngestionJobId(String ingestionJobId)
The unique identifier of the ingestion job.
|
IngestionJobSummary |
IngestionJobSummary.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which the data source is added.
|
IngestionJobSummary |
IngestionJobSummary.withStartedAt(Date startedAt)
The time at which the ingestion job was started.
|
IngestionJobSummary |
IngestionJobSummary.withStatistics(IngestionJobStatistics statistics)
Contains statistics for the ingestion job.
|
IngestionJobSummary |
IngestionJobSummary.withStatus(IngestionJobStatus status)
The status of the ingestion job.
|
IngestionJobSummary |
IngestionJobSummary.withStatus(String status)
The status of the ingestion job.
|
IngestionJobSummary |
IngestionJobSummary.withUpdatedAt(Date updatedAt)
The time at which the ingestion job was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<IngestionJobSummary> |
ListIngestionJobsResult.getIngestionJobSummaries()
A list of objects, each of which contains information about an ingestion job.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(IngestionJobSummary... ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionJobsResult.setIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
Copyright © 2025. All rights reserved.