Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PineconeConfiguration.Builder
-
Packages that use PineconeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PineconeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PineconeConfiguration.Builder Modifier and Type Method Description static PineconeConfiguration.BuilderPineconeConfiguration. builder()PineconeConfiguration.BuilderPineconeConfiguration.Builder. connectionString(String connectionString)Sets the value of the ConnectionString property for this object.PineconeConfiguration.BuilderPineconeConfiguration.Builder. credentialsSecretArn(String credentialsSecretArn)Sets the value of the CredentialsSecretArn property for this object.default PineconeConfiguration.BuilderPineconeConfiguration.Builder. fieldMapping(Consumer<PineconeFieldMapping.Builder> fieldMapping)Sets the value of the FieldMapping property for this object.PineconeConfiguration.BuilderPineconeConfiguration.Builder. fieldMapping(PineconeFieldMapping fieldMapping)Sets the value of the FieldMapping property for this object.PineconeConfiguration.BuilderPineconeConfiguration.Builder. namespace(String namespace)Sets the value of the Namespace property for this object.PineconeConfiguration.BuilderPineconeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PineconeConfiguration.Builder Modifier and Type Method Description static Class<? extends PineconeConfiguration.Builder>PineconeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PineconeConfiguration.Builder Modifier and Type Method Description default StorageConfiguration.BuilderStorageConfiguration.Builder. pineconeConfiguration(Consumer<PineconeConfiguration.Builder> pineconeConfiguration)Sets the value of the PineconeConfiguration property for this object.
-