Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ByteContentDoc.Builder
-
Packages that use ByteContentDoc.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ByteContentDoc.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ByteContentDoc.Builder Modifier and Type Method Description static ByteContentDoc.BuilderByteContentDoc. builder()ByteContentDoc.BuilderByteContentDoc.Builder. data(SdkBytes data)The base64-encoded string of the content.ByteContentDoc.BuilderByteContentDoc.Builder. mimeType(String mimeType)The MIME type of the content.ByteContentDoc.BuilderByteContentDoc. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ByteContentDoc.Builder Modifier and Type Method Description static Class<? extends ByteContentDoc.Builder>ByteContentDoc. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ByteContentDoc.Builder Modifier and Type Method Description default InlineContent.BuilderInlineContent.Builder. byteContent(Consumer<ByteContentDoc.Builder> byteContent)Contains information about content defined inline in bytes.
-