Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ApiInvocationInput.Builder
-
Packages that use ApiInvocationInput.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ApiInvocationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiInvocationInput.Builder Modifier and Type Method Description ApiInvocationInput.BuilderApiInvocationInput.Builder. actionGroup(String actionGroup)The action group that the API operation belongs to.ApiInvocationInput.BuilderApiInvocationInput.Builder. apiPath(String apiPath)The path to the API operation.static ApiInvocationInput.BuilderApiInvocationInput. builder()ApiInvocationInput.BuilderApiInvocationInput.Builder. httpMethod(String httpMethod)The HTTP method of the API operation.ApiInvocationInput.BuilderApiInvocationInput.Builder. parameters(Collection<ApiParameter> parameters)The parameters to provide for the API request, as the agent elicited from the user.ApiInvocationInput.BuilderApiInvocationInput.Builder. parameters(Consumer<ApiParameter.Builder>... parameters)The parameters to provide for the API request, as the agent elicited from the user.ApiInvocationInput.BuilderApiInvocationInput.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.BuilderApiInvocationInput.Builder. requestBody(ApiRequestBody requestBody)The request body to provide for the API request, as the agent elicited from the user.ApiInvocationInput.BuilderApiInvocationInput. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ApiInvocationInput.Builder Modifier and Type Method Description static Class<? extends ApiInvocationInput.Builder>ApiInvocationInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ApiInvocationInput.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.static InvocationInputMemberInvocationInputMember. fromApiInvocationInput(Consumer<ApiInvocationInput.Builder> apiInvocationInput)Create an instance of this class withInvocationInputMember.apiInvocationInput()initialized to the given value.
-