Uses of Class
software.amazon.awssdk.services.bedrockagent.model.RetrievalFlowNodeS3Configuration
Packages that use RetrievalFlowNodeS3Configuration
-
Uses of RetrievalFlowNodeS3Configuration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RetrievalFlowNodeS3ConfigurationModifier and TypeMethodDescriptionRetrievalFlowNodeServiceConfiguration.s3()Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type RetrievalFlowNodeS3ConfigurationModifier and TypeMethodDescriptionRetrievalFlowNodeServiceConfiguration.fromS3(RetrievalFlowNodeS3Configuration s3) Create an instance of this class withRetrievalFlowNodeServiceConfiguration.s3()initialized to the given value.RetrievalFlowNodeServiceConfiguration.Builder.s3(RetrievalFlowNodeS3Configuration s3) Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.