Interface CitationSourceContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CitationSourceContent.Builder,,CitationSourceContent> SdkBuilder<CitationSourceContent.Builder,,CitationSourceContent> SdkPojo
- Enclosing class:
CitationSourceContent
@Mutable
@NotThreadSafe
public static interface CitationSourceContent.Builder
extends SdkPojo, CopyableBuilder<CitationSourceContent.Builder,CitationSourceContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content from the source document that is being cited.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
-
text
The text content from the source document that is being cited.
- Parameters:
text- The text content from the source document that is being cited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-