Interface KnowledgeBaseIngestionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KnowledgeBaseIngestionSummary.Builder,,KnowledgeBaseIngestionSummary> SdkBuilder<KnowledgeBaseIngestionSummary.Builder,,KnowledgeBaseIngestionSummary> SdkPojo
- Enclosing class:
KnowledgeBaseIngestionSummary
@Mutable
@NotThreadSafe
public static interface KnowledgeBaseIngestionSummary.Builder
extends SdkPojo, CopyableBuilder<KnowledgeBaseIngestionSummary.Builder,KnowledgeBaseIngestionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of the ingestion job.ingestionId(String ingestionId) The unique identifier for the ingestion job.ingestionStatus(String ingestionStatus) The status of the ingestion job.ingestionStatus(KbIngestionStatus ingestionStatus) The status of the ingestion job.The start time of the ingestion job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ingestionId
The unique identifier for the ingestion job.
- Parameters:
ingestionId- The unique identifier for the ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionStatus
The status of the ingestion job.
- Parameters:
ingestionStatus- The status of the ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ingestionStatus
The status of the ingestion job.
- Parameters:
ingestionStatus- The status of the ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The start time of the ingestion job.
- Parameters:
startTime- The start time of the ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time of the ingestion job.
- Parameters:
endTime- The end time of the ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-