Class RedisEnterpriseCloudConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.RedisEnterpriseCloudConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedisEnterpriseCloudConfiguration.Builder,RedisEnterpriseCloudConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class RedisEnterpriseCloudConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<RedisEnterpriseCloudConfiguration.Builder,RedisEnterpriseCloudConfiguration>
Contains details about the storage configuration of the knowledge base in Redis Enterprise Cloud. For more information, see Create a vector index in Redis Enterprise Cloud.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.final Stringendpoint()The endpoint URL of the Redis Enterprise Cloud database.final booleanfinal booleanequalsBySdkFields(Object obj) Contains the names of the fields to which to map information about the vector store.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends RedisEnterpriseCloudConfiguration.Builder>final StringtoString()Returns a string representation of this object.final StringThe name of the vector index.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
endpoint
The endpoint URL of the Redis Enterprise Cloud database.
- Returns:
- The endpoint URL of the Redis Enterprise Cloud database.
-
vectorIndexName
The name of the vector index.
- Returns:
- The name of the vector index.
-
credentialsSecretArn
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
- Returns:
- The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
-
fieldMapping
Contains the names of the fields to which to map information about the vector store.
- Returns:
- Contains the names of the fields to which to map information about the vector store.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedisEnterpriseCloudConfiguration.Builder,RedisEnterpriseCloudConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-