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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolResultBlockStart.Builderstatus(String status)The status of the tool result block.ToolResultBlockStart.Builderstatus(ToolResultStatus status)The status of the tool result block.ToolResultBlockStart.BuildertoolUseId(String toolUseId)The ID of the tool that was used to generate this tool result block.ToolResultBlockStart.Buildertype(String type)The type for the tool that was used to generate this tool result block.-
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
-
toolUseId
ToolResultBlockStart.Builder toolUseId(String 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
ToolResultBlockStart.Builder type(String 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
ToolResultBlockStart.Builder status(String 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:
ToolResultStatus,ToolResultStatus
-
status
ToolResultBlockStart.Builder status(ToolResultStatus 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:
ToolResultStatus,ToolResultStatus
-
-