Interface Function.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Function.Builder,,Function> SdkBuilder<Function.Builder,,Function> SdkPojo
- Enclosing class:
Function
public static interface Function.Builder
extends SdkPojo, CopyableBuilder<Function.Builder,Function>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the function and its purpose.A name for the function.parameters(Map<String, ParameterDetail> parameters) The parameters that the agent elicits from the user to fulfill the function.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, sdkFields
-
Method Details
-
description
A description of the function and its purpose.
- Parameters:
description- A description of the function and its purpose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A name for the function.
- Parameters:
name- A name for the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters that the agent elicits from the user to fulfill the function.
- Parameters:
parameters- The parameters that the agent elicits from the user to fulfill the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-