Interface ParameterDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParameterDetail.Builder,
,ParameterDetail> SdkBuilder<ParameterDetail.Builder,
,ParameterDetail> SdkPojo
- Enclosing class:
ParameterDetail
@Mutable
@NotThreadSafe
public static interface ParameterDetail.Builder
extends SdkPojo, CopyableBuilder<ParameterDetail.Builder,ParameterDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the parameter.Whether the parameter is required for the agent to complete the function for action group invocation.The data type of the parameter.type
(ParameterType type) The data type of the parameter.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 parameter. Helps the foundation model determine how to elicit the parameters from the user.
- Parameters:
description
- A description of the parameter. Helps the foundation model determine how to elicit the parameters from the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
required
Whether the parameter is required for the agent to complete the function for action group invocation.
- Parameters:
required
- Whether the parameter is required for the agent to complete the function for action group invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The data type of the parameter.
- Parameters:
type
- The data type of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The data type of the parameter.
- Parameters:
type
- The data type of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-