Interface SpanToolUseValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpanToolUseValue.Builder,,SpanToolUseValue> SdkBuilder<SpanToolUseValue.Builder,,SpanToolUseValue> SdkPojo
- Enclosing class:
SpanToolUseValue
@Mutable
@NotThreadSafe
public static interface SpanToolUseValue.Builder
extends SdkPojo, CopyableBuilder<SpanToolUseValue.Builder,SpanToolUseValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe tool input argumentsThe tool nameUnique ID for this tool invocationMethods 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
Unique ID for this tool invocation
- Parameters:
toolUseId- Unique ID for this tool invocation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The tool name
- Parameters:
name- The tool name- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arguments
The tool input arguments
- Parameters:
arguments- The tool input arguments- Returns:
- Returns a reference to this object so that method calls can be chained together.
-