Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ByteContentDoc.Builder
-
Packages that use ByteContentDoc.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ByteContentDoc.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ByteContentDoc.Builder Modifier and Type Method Description static ByteContentDoc.BuilderByteContentDoc. builder()ByteContentDoc.BuilderByteContentDoc.Builder. contentType(String contentType)The MIME type of the document contained in the wrapper object.ByteContentDoc.BuilderByteContentDoc.Builder. data(SdkBytes data)The byte value of the file to upload, encoded as a Base-64 string.ByteContentDoc.BuilderByteContentDoc.Builder. identifier(String identifier)The file name of the document contained in the wrapper object.ByteContentDoc.BuilderByteContentDoc. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.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.bedrockagentruntime.model with type arguments of type ByteContentDoc.Builder Modifier and Type Method Description default ExternalSource.BuilderExternalSource.Builder. byteContent(Consumer<ByteContentDoc.Builder> byteContent)The identifier, contentType, and data of the external source wrapper object.
-