Interface RdsDataApiConfig.Builder

  • Method Details

    • resourceArn

      RdsDataApiConfig.Builder resourceArn(String resourceArn)

      The resource ARN of the RDS cluster.

      Parameters:
      resourceArn - The resource ARN of the RDS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretArn

      RdsDataApiConfig.Builder secretArn(String secretArn)

      The secret's ARN that was obtained from Secrets Manager. A secret consists of secret information, the secret value, plus metadata about the secret. A secret value can be a string or binary. It typically includes the ARN, secret name and description, policies, tags, encryption key from the Key Management Service, and key rotation data.

      Parameters:
      secretArn - The secret's ARN that was obtained from Secrets Manager. A secret consists of secret information, the secret value, plus metadata about the secret. A secret value can be a string or binary. It typically includes the ARN, secret name and description, policies, tags, encryption key from the Key Management Service, and key rotation data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      RdsDataApiConfig.Builder databaseName(String databaseName)

      The name of the database in the cluster.

      Parameters:
      databaseName - The name of the database in the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.