Interface SpanCitation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpanCitation.Builder,,SpanCitation> SdkBuilder<SpanCitation.Builder,,SpanCitation> SdkPojo
- Enclosing class:
SpanCitation
@Mutable
@NotThreadSafe
public static interface SpanCitation.Builder
extends SdkPojo, CopyableBuilder<SpanCitation.Builder,SpanCitation>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the content being cited in the span.knowledgeBaseArn(String knowledgeBaseArn) The Amazon Resource Name (ARN) of the knowledge base containing the cited content.knowledgeBaseId(String knowledgeBaseId) The identifier of the knowledge base containing the cited content.The title of the content being cited in the span.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
-
contentId
The identifier of the content being cited in the span.
- Parameters:
contentId- The identifier of the content being cited in the span.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the content being cited in the span.
- Parameters:
title- The title of the content being cited in the span.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
The identifier of the knowledge base containing the cited content.
- Parameters:
knowledgeBaseId- The identifier of the knowledge base containing the cited content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseArn
The Amazon Resource Name (ARN) of the knowledge base containing the cited content.
- Parameters:
knowledgeBaseArn- The Amazon Resource Name (ARN) of the knowledge base containing the cited content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-