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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolInputSchema.Builderjson(Document json)A 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 Detail
-
json
ToolInputSchema.Builder json(Document 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.
-
-