| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobSummary |
IngestionJobSummary.clone() |
IngestionJobSummary |
IngestionJobSummary.withDataSourceId(String dataSourceId) |
IngestionJobSummary |
IngestionJobSummary.withDescription(String description) |
IngestionJobSummary |
IngestionJobSummary.withIngestionJobId(String ingestionJobId) |
IngestionJobSummary |
IngestionJobSummary.withKnowledgeBaseId(String knowledgeBaseId) |
IngestionJobSummary |
IngestionJobSummary.withStartedAt(Date startedAt) |
IngestionJobSummary |
IngestionJobSummary.withStatistics(IngestionJobStatistics statistics) |
IngestionJobSummary |
IngestionJobSummary.withStatus(IngestionJobStatus status) |
IngestionJobSummary |
IngestionJobSummary.withStatus(String status) |
IngestionJobSummary |
IngestionJobSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<IngestionJobSummary> |
ListIngestionJobsResult.getIngestionJobSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(IngestionJobSummary... ingestionJobSummaries)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionJobsResult.setIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries) |
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries) |
Copyright © 2024. All rights reserved.