Interface ToolResultBlockDelta.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ToolResultBlockDelta.Builder,ToolResultBlockDelta>,SdkBuilder<ToolResultBlockDelta.Builder,ToolResultBlockDelta>,SdkPojo
- Enclosing class:
- ToolResultBlockDelta
@Mutable @NotThreadSafe public static interface ToolResultBlockDelta.Builder extends SdkPojo, CopyableBuilder<ToolResultBlockDelta.Builder,ToolResultBlockDelta>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolResultBlockDelta.Builderjson(Document json)The JSON schema for the tool result content block.ToolResultBlockDelta.Buildertext(String text)The reasoning the model used to return the output.-
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
ToolResultBlockDelta.Builder text(String text)
The reasoning the model used to return the output.
- Parameters:
text- The reasoning the model used to return the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
json
ToolResultBlockDelta.Builder json(Document json)
The JSON schema for the tool result content block. see JSON Schema Reference.
- Parameters:
json- The JSON schema for the tool result content block. see JSON Schema Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-