Interface RawResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RawResponse.Builder,
,RawResponse> SdkBuilder<RawResponse.Builder,
,RawResponse> SdkPojo
- Enclosing class:
RawResponse
@Mutable
@NotThreadSafe
public static interface RawResponse.Builder
extends SdkPojo, CopyableBuilder<RawResponse.Builder,RawResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-