Interface RetrieveAndGenerateOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RetrieveAndGenerateOutput.Builder,RetrieveAndGenerateOutput>,SdkBuilder<RetrieveAndGenerateOutput.Builder,RetrieveAndGenerateOutput>,SdkPojo
- Enclosing class:
- RetrieveAndGenerateOutput
@Mutable @NotThreadSafe public static interface RetrieveAndGenerateOutput.Builder extends SdkPojo, CopyableBuilder<RetrieveAndGenerateOutput.Builder,RetrieveAndGenerateOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrieveAndGenerateOutput.Buildertext(String text)The response generated from querying the knowledge base.-
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 Detail
-
text
RetrieveAndGenerateOutput.Builder text(String text)
The response generated from querying the knowledge base.
- Parameters:
text- The response generated from querying the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-