Uses of Interface
software.amazon.awssdk.services.bedrock.model.S3ObjectDoc.Builder
-
Packages that use S3ObjectDoc.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of S3ObjectDoc.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return S3ObjectDoc.Builder Modifier and Type Method Description static S3ObjectDoc.BuilderS3ObjectDoc. builder()S3ObjectDoc.BuilderS3ObjectDoc. toBuilder()S3ObjectDoc.BuilderS3ObjectDoc.Builder. uri(String uri)The S3 URI location for the wrapper object of the document.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type S3ObjectDoc.Builder Modifier and Type Method Description static Class<? extends S3ObjectDoc.Builder>S3ObjectDoc. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type S3ObjectDoc.Builder Modifier and Type Method Description default ExternalSource.BuilderExternalSource.Builder. s3Location(Consumer<S3ObjectDoc.Builder> s3Location)The S3 location of the external source wrapper object.
-