Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ExternalSource.Builder
Packages that use ExternalSource.Builder
-
Uses of ExternalSource.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ExternalSource.BuilderModifier and TypeMethodDescriptionstatic ExternalSource.BuilderExternalSource.builder()default ExternalSource.BuilderExternalSource.Builder.byteContent(Consumer<ByteContentDoc.Builder> byteContent) The identifier, contentType, and data of the external source wrapper object.ExternalSource.Builder.byteContent(ByteContentDoc byteContent) The identifier, contentType, and data of the external source wrapper object.default ExternalSource.BuilderExternalSource.Builder.s3Location(Consumer<S3ObjectDoc.Builder> s3Location) The S3 location of the external source wrapper object.ExternalSource.Builder.s3Location(S3ObjectDoc s3Location) The S3 location of the external source wrapper object.ExternalSource.Builder.sourceType(String sourceType) The source type of the external source wrapper object.ExternalSource.Builder.sourceType(ExternalSourceType sourceType) The source type of the external source wrapper object.ExternalSource.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ExternalSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExternalSource.Builder>ExternalSource.serializableBuilderClass()