static IngestionJob.Builder |
IngestionJob.builder() |
|
IngestionJob.Builder |
IngestionJob.Builder.dataSourceId(String dataSourceId) |
Sets the value of the DataSourceId property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.description(String description) |
Sets the value of the Description property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.failureReasons(String... failureReasons) |
Sets the value of the FailureReasons property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.failureReasons(Collection<String> failureReasons) |
Sets the value of the FailureReasons property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.ingestionJobId(String ingestionJobId) |
Sets the value of the IngestionJobId property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.knowledgeBaseId(String knowledgeBaseId) |
Sets the value of the KnowledgeBaseId property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.startedAt(Instant startedAt) |
Sets the value of the StartedAt property for this object.
|
default IngestionJob.Builder |
IngestionJob.Builder.statistics(Consumer<IngestionJobStatistics.Builder> statistics) |
Sets the value of the Statistics property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.statistics(IngestionJobStatistics statistics) |
Sets the value of the Statistics property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.status(String status) |
Sets the value of the Status property for this object.
|
IngestionJob.Builder |
IngestionJob.Builder.status(IngestionJobStatus status) |
Sets the value of the Status property for this object.
|
IngestionJob.Builder |
IngestionJob.toBuilder() |
|
IngestionJob.Builder |
IngestionJob.Builder.updatedAt(Instant updatedAt) |
Sets the value of the UpdatedAt property for this object.
|