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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
toolUseIdThe 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.
 
- 
typeThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
 
-