Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.RedisEnterpriseCloudConfiguration.Builder
Packages that use RedisEnterpriseCloudConfiguration.Builder
-
Uses of RedisEnterpriseCloudConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RedisEnterpriseCloudConfiguration.BuilderModifier and TypeMethodDescriptionRedisEnterpriseCloudConfiguration.builder()RedisEnterpriseCloudConfiguration.Builder.credentialsSecretArn(String credentialsSecretArn) The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.The endpoint URL of the Redis Enterprise Cloud database.RedisEnterpriseCloudConfiguration.Builder.fieldMapping(Consumer<RedisEnterpriseCloudFieldMapping.Builder> fieldMapping) Contains the names of the fields to which to map information about the vector store.RedisEnterpriseCloudConfiguration.Builder.fieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping) Contains the names of the fields to which to map information about the vector store.RedisEnterpriseCloudConfiguration.toBuilder()RedisEnterpriseCloudConfiguration.Builder.vectorIndexName(String vectorIndexName) The name of the vector index.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RedisEnterpriseCloudConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RedisEnterpriseCloudConfiguration.Builder>RedisEnterpriseCloudConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type RedisEnterpriseCloudConfiguration.BuilderModifier and TypeMethodDescriptiondefault StorageConfiguration.BuilderStorageConfiguration.Builder.redisEnterpriseCloudConfiguration(Consumer<RedisEnterpriseCloudConfiguration.Builder> redisEnterpriseCloudConfiguration) Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.