Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationInputMember.Builder
-
Packages that use InvocationInputMember.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationInputMember.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationInputMember.Builder Modifier and Type Method Description default InvocationInputMember.BuilderInvocationInputMember.Builder. apiInvocationInput(Consumer<ApiInvocationInput.Builder> apiInvocationInput)Contains information about the API operation that the agent predicts should be called.InvocationInputMember.BuilderInvocationInputMember.Builder. apiInvocationInput(ApiInvocationInput apiInvocationInput)Contains information about the API operation that the agent predicts should be called.static InvocationInputMember.BuilderInvocationInputMember. builder()default InvocationInputMember.BuilderInvocationInputMember.Builder. functionInvocationInput(Consumer<FunctionInvocationInput.Builder> functionInvocationInput)Contains information about the function that the agent predicts should be called.InvocationInputMember.BuilderInvocationInputMember.Builder. functionInvocationInput(FunctionInvocationInput functionInvocationInput)Contains information about the function that the agent predicts should be called.InvocationInputMember.BuilderInvocationInputMember. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationInputMember.Builder Modifier and Type Method Description List<InvocationInputMember.Builder>InlineAgentReturnControlPayload.BuilderImpl. getInvocationInputs()List<InvocationInputMember.Builder>ReturnControlPayload.BuilderImpl. getInvocationInputs()static Class<? extends InvocationInputMember.Builder>InvocationInputMember. serializableBuilderClass()
-