Interface RawResponse.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RawResponse.Builder,RawResponse>
,SdkBuilder<RawResponse.Builder,RawResponse>
,SdkPojo
- Enclosing class:
- RawResponse
public static interface RawResponse.Builder extends SdkPojo, CopyableBuilder<RawResponse.Builder,RawResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RawResponse.Builder
content(String content)
The foundation model's raw output content.-
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
-
content
RawResponse.Builder content(String content)
The foundation model's raw output content.
- Parameters:
content
- The foundation model's raw output content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-