Interface ToolInstruction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ToolInstruction.Builder,,ToolInstruction> SdkBuilder<ToolInstruction.Builder,,ToolInstruction> SdkPojo
- Enclosing class:
ToolInstruction
@Mutable
@NotThreadSafe
public static interface ToolInstruction.Builder
extends SdkPojo, CopyableBuilder<ToolInstruction.Builder,ToolInstruction>
-
Method Summary
Modifier and TypeMethodDescriptionExamples for using the tool.examples(Collection<String> examples) Examples for using the tool.instruction(String instruction) The instruction text for the tool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instruction
The instruction text for the tool.
- Parameters:
instruction- The instruction text for the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
examples
Examples for using the tool.
- Parameters:
examples- Examples for using the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
examples
Examples for using the tool.
- Parameters:
examples- Examples for using the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-