Interface RetrieveAndGenerateOutput.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RetrieveAndGenerateOutput.Builder,RetrieveAndGenerateOutput>
,SdkBuilder<RetrieveAndGenerateOutput.Builder,RetrieveAndGenerateOutput>
,SdkPojo
- Enclosing class:
- RetrieveAndGenerateOutput
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.Builder
text(String text)
Service response of the turn in text-
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 Detail
-
text
RetrieveAndGenerateOutput.Builder text(String text)
Service response of the turn in text
- Parameters:
text
- Service response of the turn in text- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-