Interface ToolInputSchema.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ToolInputSchema.Builder,
,ToolInputSchema> SdkBuilder<ToolInputSchema.Builder,
,ToolInputSchema> SdkPojo
- Enclosing class:
ToolInputSchema
@Mutable
@NotThreadSafe
public static interface ToolInputSchema.Builder
extends SdkPojo, CopyableBuilder<ToolInputSchema.Builder,ToolInputSchema>
-
Method Summary
Modifier and TypeMethodDescriptionA JSON object defining the input schema for the tool.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 Details
-
json
A JSON object defining the input schema for the tool.
- Parameters:
json
- A JSON object defining the input schema for the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-