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