Interface SpecificToolChoice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SpecificToolChoice.Builder,SpecificToolChoice>,SdkBuilder<SpecificToolChoice.Builder,SpecificToolChoice>,SdkPojo
- Enclosing class:
- SpecificToolChoice
public static interface SpecificToolChoice.Builder extends SdkPojo, CopyableBuilder<SpecificToolChoice.Builder,SpecificToolChoice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpecificToolChoice.Buildername(String name)The name of the tool that the model must request.-
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
-
name
SpecificToolChoice.Builder name(String name)
The name of the tool that the model must request.
- Parameters:
name- The name of the tool that the model must request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-