Interface ToolDescriptionOutput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ToolDescriptionOutput.Builder,ToolDescriptionOutput>, SdkBuilder<ToolDescriptionOutput.Builder,ToolDescriptionOutput>, SdkPojo
Enclosing class:
ToolDescriptionOutput

@Mutable @NotThreadSafe public static interface ToolDescriptionOutput.Builder extends SdkPojo, CopyableBuilder<ToolDescriptionOutput.Builder,ToolDescriptionOutput>
  • Method Details

    • toolName

      The name of the tool.

      Parameters:
      toolName - The name of the tool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recommendedToolDescription

      ToolDescriptionOutput.Builder recommendedToolDescription(String recommendedToolDescription)

      The optimized tool description text generated by the recommendation.

      Parameters:
      recommendedToolDescription - The optimized tool description text generated by the recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.