Interface FunctionDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FunctionDefinition.Builder,
,FunctionDefinition> SdkBuilder<FunctionDefinition.Builder,
,FunctionDefinition> SdkPojo
- Enclosing class:
FunctionDefinition
@Mutable
@NotThreadSafe
public static interface FunctionDefinition.Builder
extends SdkPojo, CopyableBuilder<FunctionDefinition.Builder,FunctionDefinition>
-
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.requireConfirmation
(String requireConfirmation) Contains information if user confirmation is required to invoke the function.requireConfirmation
(RequireConfirmation requireConfirmation) Contains information if user confirmation is required to invoke the function.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 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.
-
requireConfirmation
Contains information if user confirmation is required to invoke the function.
- Parameters:
requireConfirmation
- Contains information if user confirmation is required to invoke the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requireConfirmation
Contains information if user confirmation is required to invoke the function.
- Parameters:
requireConfirmation
- Contains information if user confirmation is required to invoke the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-