Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.RetrievalFlowNodeS3Configuration.Builder
Packages that use RetrievalFlowNodeS3Configuration.Builder
-
Uses of RetrievalFlowNodeS3Configuration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RetrievalFlowNodeS3Configuration.BuilderModifier and TypeMethodDescriptionRetrievalFlowNodeS3Configuration.Builder.bucketName(String bucketName) The name of the Amazon S3 bucket from which to retrieve data.RetrievalFlowNodeS3Configuration.builder()RetrievalFlowNodeS3Configuration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RetrievalFlowNodeS3Configuration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RetrievalFlowNodeS3Configuration.Builder>RetrievalFlowNodeS3Configuration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type RetrievalFlowNodeS3Configuration.BuilderModifier and TypeMethodDescriptionRetrievalFlowNodeServiceConfiguration.fromS3(Consumer<RetrievalFlowNodeS3Configuration.Builder> s3) Create an instance of this class withRetrievalFlowNodeServiceConfiguration.s3()initialized to the given value.RetrievalFlowNodeServiceConfiguration.Builder.s3(Consumer<RetrievalFlowNodeS3Configuration.Builder> s3) Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.