Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ContentBlock.Builder
Packages that use ContentBlock.Builder
-
Uses of ContentBlock.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ContentBlock.BuilderModifier and TypeMethodDescriptionstatic ContentBlock.BuilderContentBlock.builder()The binary data content of the block.ContentBlock.Builder.description(String description) The description of the content block.The MIME type of the content.The name of the content block.default ContentBlock.BuilderContentBlock.Builder.resource(Consumer<ResourceContent.Builder> resource) The resource associated with the content block.ContentBlock.Builder.resource(ResourceContent resource) The resource associated with the content block.The size of the content in bytes.The text content of the block.ContentBlock.toBuilder()The type of content in the block.ContentBlock.Builder.type(ContentBlockType type) The type of content in the block.The URI of the content.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ContentBlock.BuilderModifier and TypeMethodDescriptionfinal List<ContentBlock.Builder>CodeInterpreterResult.BuilderImpl.getContent()static Class<? extends ContentBlock.Builder>ContentBlock.serializableBuilderClass()