@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() |
| Modifier and Type | Method and Description |
|---|---|
RedisEnterpriseCloudConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getCredentialsSecretArn() |
String |
getEndpoint() |
RedisEnterpriseCloudFieldMapping |
getFieldMapping() |
String |
getVectorIndexName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCredentialsSecretArn(String credentialsSecretArn) |
void |
setEndpoint(String endpoint) |
void |
setFieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping) |
void |
setVectorIndexName(String vectorIndexName) |
String |
toString()
Returns a string representation of this object.
|
RedisEnterpriseCloudConfiguration |
withCredentialsSecretArn(String credentialsSecretArn) |
RedisEnterpriseCloudConfiguration |
withEndpoint(String endpoint) |
RedisEnterpriseCloudConfiguration |
withFieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping) |
RedisEnterpriseCloudConfiguration |
withVectorIndexName(String vectorIndexName) |
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 ObjectObject.toString()public RedisEnterpriseCloudConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.