Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateSessionConfiguration.Builder
-
Packages that use RetrieveAndGenerateSessionConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrieveAndGenerateSessionConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrieveAndGenerateSessionConfiguration.Builder Modifier and Type Method Description static RetrieveAndGenerateSessionConfiguration.BuilderRetrieveAndGenerateSessionConfiguration. builder()RetrieveAndGenerateSessionConfiguration.BuilderRetrieveAndGenerateSessionConfiguration.Builder. kmsKeyArn(String kmsKeyArn)The ARN of the KMS key encrypting the session.RetrieveAndGenerateSessionConfiguration.BuilderRetrieveAndGenerateSessionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrieveAndGenerateSessionConfiguration.Builder Modifier and Type Method Description static Class<? extends RetrieveAndGenerateSessionConfiguration.Builder>RetrieveAndGenerateSessionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrieveAndGenerateSessionConfiguration.Builder Modifier and Type Method Description default RetrieveAndGenerateRequest.BuilderRetrieveAndGenerateRequest.Builder. sessionConfiguration(Consumer<RetrieveAndGenerateSessionConfiguration.Builder> sessionConfiguration)Contains details about the session with the knowledge base.
-