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 the configurations to use Redis Enterprise Cloud to store knowledge base data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedisEnterpriseCloudConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedisEnterpriseCloudConfiguration.Builderbuilder()StringcredentialsSecretArn()Returns the value of the CredentialsSecretArn property for this object.Stringendpoint()Returns the value of the Endpoint property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)RedisEnterpriseCloudFieldMappingfieldMapping()Returns the value of the FieldMapping property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RedisEnterpriseCloudConfiguration.Builder>serializableBuilderClass()RedisEnterpriseCloudConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvectorIndexName()Returns the value of the VectorIndexName property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpoint
public final String endpoint()
Returns the value of the Endpoint property for this object.- Returns:
- The value of the Endpoint property for this object.
-
vectorIndexName
public final String vectorIndexName()
Returns the value of the VectorIndexName property for this object.- Returns:
- The value of the VectorIndexName property for this object.
-
credentialsSecretArn
public final String credentialsSecretArn()
Returns the value of the CredentialsSecretArn property for this object.- Returns:
- The value of the CredentialsSecretArn property for this object.
-
fieldMapping
public final RedisEnterpriseCloudFieldMapping fieldMapping()
Returns the value of the FieldMapping property for this object.- Returns:
- The value of the FieldMapping property for this object.
-
toBuilder
public RedisEnterpriseCloudConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedisEnterpriseCloudConfiguration.Builder,RedisEnterpriseCloudConfiguration>
-
builder
public static RedisEnterpriseCloudConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedisEnterpriseCloudConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-