Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ApiInvocationInput.Builder
Packages that use ApiInvocationInput.Builder
-
Uses of ApiInvocationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiInvocationInput.BuilderModifier and TypeMethodDescriptionApiInvocationInput.Builder.actionGroup(String actionGroup) The action group that the API operation belongs to.ApiInvocationInput.Builder.actionInvocationType(String actionInvocationType) Contains information about the API operation to invoke.ApiInvocationInput.Builder.actionInvocationType(ActionInvocationType actionInvocationType) Contains information about the API operation to invoke.The agent's ID.The path to the API operation.static ApiInvocationInput.BuilderApiInvocationInput.builder()ApiInvocationInput.Builder.collaboratorName(String collaboratorName) The agent collaborator's name.ApiInvocationInput.Builder.httpMethod(String httpMethod) The HTTP method of the API operation.ApiInvocationInput.Builder.parameters(Collection<ApiParameter> parameters) The parameters to provide for the API request, as the agent elicited from the user.ApiInvocationInput.Builder.parameters(Consumer<ApiParameter.Builder>... parameters) The parameters to provide for the API request, as the agent elicited from the user.ApiInvocationInput.Builder.parameters(ApiParameter... parameters) The parameters to provide for the API request, as the agent elicited from the user.default ApiInvocationInput.BuilderApiInvocationInput.Builder.requestBody(Consumer<ApiRequestBody.Builder> requestBody) The request body to provide for the API request, as the agent elicited from the user.ApiInvocationInput.Builder.requestBody(ApiRequestBody requestBody) The request body to provide for the API request, as the agent elicited from the user.ApiInvocationInput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ApiInvocationInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ApiInvocationInput.Builder>ApiInvocationInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ApiInvocationInput.BuilderModifier and TypeMethodDescriptiondefault InvocationInputMember.BuilderInvocationInputMember.Builder.apiInvocationInput(Consumer<ApiInvocationInput.Builder> apiInvocationInput) Contains information about the API operation that the agent predicts should be called.static InvocationInputMemberInvocationInputMember.fromApiInvocationInput(Consumer<ApiInvocationInput.Builder> apiInvocationInput) Create an instance of this class withInvocationInputMember.apiInvocationInput()initialized to the given value.