Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ContentBody.Builder
-
Packages that use ContentBody.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ContentBody.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ContentBody.Builder Modifier and Type Method Description ContentBody.BuilderContentBody.Builder. body(String body)The body of the API response.static ContentBody.BuilderContentBody. builder()ContentBody.BuilderContentBody.Builder. images(Collection<ImageInput> images)Lists details, including format and source, for the image in the response from the function call.ContentBody.BuilderContentBody.Builder. images(Consumer<ImageInput.Builder>... images)Lists details, including format and source, for the image in the response from the function call.ContentBody.BuilderContentBody.Builder. images(ImageInput... images)Lists details, including format and source, for the image in the response from the function call.ContentBody.BuilderContentBody. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ContentBody.Builder Modifier and Type Method Description static Class<? extends ContentBody.Builder>ContentBody. serializableBuilderClass()
-