Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ApiRequestBody.Builder
Packages that use ApiRequestBody.Builder
-
Uses of ApiRequestBody.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiRequestBody.BuilderModifier and TypeMethodDescriptionstatic ApiRequestBody.BuilderApiRequestBody.builder()ApiRequestBody.Builder.content(Map<String, PropertyParameters> content) The content of the request body.ApiRequestBody.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ApiRequestBody.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ApiRequestBody.Builder>ApiRequestBody.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ApiRequestBody.BuilderModifier and TypeMethodDescriptiondefault ApiInvocationInput.BuilderApiInvocationInput.Builder.requestBody(Consumer<ApiRequestBody.Builder> requestBody) The request body to provide for the API request, as the agent elicited from the user.