Interface CitationGeneratedContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CitationGeneratedContent.Builder,
,CitationGeneratedContent> SdkBuilder<CitationGeneratedContent.Builder,
,CitationGeneratedContent> SdkPojo
- Enclosing class:
CitationGeneratedContent
@Mutable
@NotThreadSafe
public static interface CitationGeneratedContent.Builder
extends SdkPojo, CopyableBuilder<CitationGeneratedContent.Builder,CitationGeneratedContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content that was generated by the model and is supported by the associated citation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
text
The text content that was generated by the model and is supported by the associated citation.
- Parameters:
text
- The text content that was generated by the model and is supported by the associated citation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-