Interface ToolUseBlockStart.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ToolUseBlockStart.Builder,ToolUseBlockStart>,SdkBuilder<ToolUseBlockStart.Builder,ToolUseBlockStart>,SdkPojo
- Enclosing class:
- ToolUseBlockStart
public static interface ToolUseBlockStart.Builder extends SdkPojo, CopyableBuilder<ToolUseBlockStart.Builder,ToolUseBlockStart>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolUseBlockStart.Buildername(String name)The name of the tool that the model is requesting to use.ToolUseBlockStart.BuildertoolUseId(String toolUseId)The ID for the tool request.-
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
ToolUseBlockStart.Builder toolUseId(String toolUseId)
The ID for the tool request.
- Parameters:
toolUseId- The ID for the tool request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ToolUseBlockStart.Builder name(String name)
The name of the tool that the model is requesting to use.
- Parameters:
name- The name of the tool that the model is requesting to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-