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