Class RdsHttpEndpointConfig

    • Method Detail

      • awsRegion

        public final String awsRegion()

        Amazon Web Services Region for Amazon RDS HTTP endpoint.

        Returns:
        Amazon Web Services Region for Amazon RDS HTTP endpoint.
      • dbClusterIdentifier

        public final String dbClusterIdentifier()

        Amazon RDS cluster Amazon Resource Name (ARN).

        Returns:
        Amazon RDS cluster Amazon Resource Name (ARN).
      • databaseName

        public final String databaseName()

        Logical database name.

        Returns:
        Logical database name.
      • schema

        public final String schema()

        Logical schema name.

        Returns:
        Logical schema name.
      • awsSecretStoreArn

        public final String awsSecretStoreArn()

        Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.

        Returns:
        Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)