Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.S3Location.Builder
Packages that use S3Location.Builder
-
Uses of S3Location.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return S3Location.BuilderModifier and TypeMethodDescriptionstatic S3Location.BuilderS3Location.builder()S3Location.toBuilder()The path to the Amazon S3 bucket where the image is stored.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type S3Location.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3Location.Builder>S3Location.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type S3Location.BuilderModifier and TypeMethodDescriptionstatic ImageSourceImageSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withImageSource.s3Location()initialized to the given value.default ImageSource.BuilderImageSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) The path to the Amazon S3 bucket where the image is stored.