Class IngestionJobSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngestionJobSummary.Builder,IngestionJobSummary>
Contains details about a data ingestion job.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic IngestionJobSummary.Builderbuilder()final StringThe unique identifier of the data source for the data ingestion job.final StringThe description of the data ingestion job.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique identifier of the data ingestion job.final StringThe unique identifier of the knowledge base for the data ingestion job.static Class<? extends IngestionJobSummary.Builder>final InstantThe time the data ingestion job started.final IngestionJobStatisticsContains statistics for the data ingestion job.final IngestionJobStatusstatus()The status of the data ingestion job.final StringThe status of the data ingestion job.final StringtoString()Returns a string representation of this object.final InstantThe time the data ingestion job was last updated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
knowledgeBaseId
The unique identifier of the knowledge base for the data ingestion job.
- Returns:
- The unique identifier of the knowledge base for the data ingestion job.
-
dataSourceId
The unique identifier of the data source for the data ingestion job.
- Returns:
- The unique identifier of the data source for the data ingestion job.
-
ingestionJobId
The unique identifier of the data ingestion job.
- Returns:
- The unique identifier of the data ingestion job.
-
description
The description of the data ingestion job.
- Returns:
- The description of the data ingestion job.
-
status
The status of the data ingestion job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnIngestionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the data ingestion job.
- See Also:
-
statusAsString
The status of the data ingestion job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnIngestionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the data ingestion job.
- See Also:
-
startedAt
The time the data ingestion job started.
- Returns:
- The time the data ingestion job started.
-
updatedAt
The time the data ingestion job was last updated.
- Returns:
- The time the data ingestion job was last updated.
-
statistics
Contains statistics for the data ingestion job.
- Returns:
- Contains statistics for the data ingestion job.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestionJobSummary.Builder,IngestionJobSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-