Class RdsConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.RdsConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RdsConfiguration.Builder,RdsConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class RdsConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<RdsConfiguration.Builder,RdsConfiguration>
Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RdsConfiguration.Builderbuilder()final StringThe Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.final StringThe name of your Amazon RDS database.final booleanfinal booleanequalsBySdkFields(Object obj) final RdsFieldMappingContains 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()final StringThe Amazon Resource Name (ARN) of the vector store.static Class<? extends RdsConfiguration.Builder>final StringThe name of the table in the database.final StringtoString()Returns a string representation of this object.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
-
resourceArn
The Amazon Resource Name (ARN) of the vector store.
- Returns:
- The Amazon Resource Name (ARN) of the vector store.
-
credentialsSecretArn
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
- Returns:
- The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
-
databaseName
The name of your Amazon RDS database.
- Returns:
- The name of your Amazon RDS database.
-
tableName
The name of the table in the database.
- Returns:
- The name of the table in the 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<RdsConfiguration.Builder,RdsConfiguration>
-
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
-