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:
  • Method Details

    • resourceArn

      public final String resourceArn()

      The Amazon Resource Name (ARN) of the vector store.

      Returns:
      The Amazon Resource Name (ARN) of the vector store.
    • credentialsSecretArn

      public final String 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

      public final String databaseName()

      The name of your Amazon RDS database.

      Returns:
      The name of your Amazon RDS database.
    • tableName

      public final String tableName()

      The name of the table in the database.

      Returns:
      The name of the table in the database.
    • fieldMapping

      public final RdsFieldMapping 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

      public RdsConfiguration.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<RdsConfiguration.Builder,RdsConfiguration>
    • builder

      public static RdsConfiguration.Builder builder()
    • serializableBuilderClass

      public static Class<? extends RdsConfiguration.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo