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
Modifier and TypeMethodDescriptionThe reasoning the model used to return the output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-