Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ApiRequestBody.Builder
-
Packages that use ApiRequestBody.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ApiRequestBody.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiRequestBody.Builder Modifier and Type Method Description static ApiRequestBody.BuilderApiRequestBody. builder()ApiRequestBody.BuilderApiRequestBody.Builder. content(Map<String,PropertyParameters> content)The content of the request body.ApiRequestBody.BuilderApiRequestBody. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ApiRequestBody.Builder Modifier and Type Method Description static Class<? extends ApiRequestBody.Builder>ApiRequestBody. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ApiRequestBody.Builder Modifier and Type Method Description 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.
-