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)The JSON 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)
The JSON schema for the tool. For more information, see JSON Schema Reference.
- Parameters:
json- The JSON schema for the tool. For more information, see JSON Schema Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-