Interface CitationSourceContentDelta.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CitationSourceContentDelta.Builder,
,CitationSourceContentDelta> SdkBuilder<CitationSourceContentDelta.Builder,
,CitationSourceContentDelta> SdkPojo
- Enclosing class:
CitationSourceContentDelta
@Mutable
@NotThreadSafe
public static interface CitationSourceContentDelta.Builder
extends SdkPojo, CopyableBuilder<CitationSourceContentDelta.Builder,CitationSourceContentDelta>
-
Method Summary
Modifier and TypeMethodDescriptionAn incremental update to the text content from the source document that is being cited.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
An incremental update to the text content from the source document that is being cited.
- Parameters:
text
- An incremental update to 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.
-