Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ParameterDetail.Builder
Packages that use ParameterDetail.Builder
-
Uses of ParameterDetail.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ParameterDetail.BuilderModifier and TypeMethodDescriptionstatic ParameterDetail.BuilderParameterDetail.builder()ParameterDetail.Builder.description(String description) A description of the parameter.Whether the parameter is required for the agent to complete the function for action group invocation.ParameterDetail.toBuilder()The data type of the parameter.ParameterDetail.Builder.type(ParameterType type) The data type of the parameter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ParameterDetail.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ParameterDetail.Builder>ParameterDetail.serializableBuilderClass()