Interface ConfigurationBundleToolEntry.Builder

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

@Mutable @NotThreadSafe public static interface ConfigurationBundleToolEntry.Builder extends SdkPojo, CopyableBuilder<ConfigurationBundleToolEntry.Builder,ConfigurationBundleToolEntry>
  • 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.
    • toolDescriptionJsonPath

      ConfigurationBundleToolEntry.Builder toolDescriptionJsonPath(String toolDescriptionJsonPath)

      The JSON path within the configuration bundle's components that contains the tool description.

      Parameters:
      toolDescriptionJsonPath - The JSON path within the configuration bundle's components that contains the tool description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.