@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedisEnterpriseCloudConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains the configurations to use Redis Enterprise Cloud to store knowledge base data.
Constructor and Description |
---|
RedisEnterpriseCloudConfiguration() |
public void setEndpoint(String endpoint)
endpoint
- public String getEndpoint()
public RedisEnterpriseCloudConfiguration withEndpoint(String endpoint)
endpoint
- public void setVectorIndexName(String vectorIndexName)
vectorIndexName
- public String getVectorIndexName()
public RedisEnterpriseCloudConfiguration withVectorIndexName(String vectorIndexName)
vectorIndexName
- public void setCredentialsSecretArn(String credentialsSecretArn)
credentialsSecretArn
- public String getCredentialsSecretArn()
public RedisEnterpriseCloudConfiguration withCredentialsSecretArn(String credentialsSecretArn)
credentialsSecretArn
- public void setFieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping)
fieldMapping
- public RedisEnterpriseCloudFieldMapping getFieldMapping()
public RedisEnterpriseCloudConfiguration withFieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping)
fieldMapping
- public String toString()
toString
in class Object
Object.toString()
public RedisEnterpriseCloudConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.