Interface ToolResultBlockStart.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ToolResultBlockStart.Builder,,ToolResultBlockStart> SdkBuilder<ToolResultBlockStart.Builder,,ToolResultBlockStart> SdkPojo
- Enclosing class:
ToolResultBlockStart
@Mutable
@NotThreadSafe
public static interface ToolResultBlockStart.Builder
extends SdkPojo, CopyableBuilder<ToolResultBlockStart.Builder,ToolResultBlockStart>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the tool result block.status(ToolResultStatus status) The status of the tool result block.The ID of the tool that was used to generate this tool result block.The type for the tool that was used to generate this tool result block.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
-
toolUseId
The ID of the tool that was used to generate this tool result block.
- Parameters:
toolUseId- The ID of the tool that was used to generate this tool result block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type for the tool that was used to generate this tool result block.
- Parameters:
type- The type for the tool that was used to generate this tool result block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the tool result block.
- Parameters:
status- The status of the tool result block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the tool result block.
- Parameters:
status- The status of the tool result block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-